Added individual LED control to API and WebUI
This commit is contained in:
parent
ef70203834
commit
1ad97b9b71
6 changed files with 139 additions and 16 deletions
|
@ -209,7 +209,7 @@ void finishSetup()
|
|||
|
||||
if (preferences.getBool("ledStatus", false))
|
||||
{
|
||||
setLights(preferences.getUInt("ledColor", 0xFFCC00));
|
||||
restoreLedState();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue