Fix light control API functionality, changed light setting endpoints

This commit is contained in:
Djuri 2024-06-08 11:35:23 +02:00
parent 474ddbb086
commit 491618dd78
4 changed files with 10 additions and 9 deletions

View file

@ -722,7 +722,7 @@ void setupFrontlight()
}
if (!preferences.isKey("flEffectDelay"))
{
preferences.putUInt("flEffectDelay", 5);
preferences.putUInt("flEffectDelay", 15);
}
if (!preferences.isKey("flFlashOnUpd"))