Added individual LED control to API and WebUI

This commit is contained in:
Djuri 2023-11-18 14:03:47 +01:00
parent ef70203834
commit 1ad97b9b71
6 changed files with 139 additions and 16 deletions

View file

@ -209,7 +209,7 @@ void finishSetup()
if (preferences.getBool("ledStatus", false))
{
setLights(preferences.getUInt("ledColor", 0xFFCC00));
restoreLedState();
}
else
{