Fix light control API functionality, changed light setting endpoints
This commit is contained in:
parent
474ddbb086
commit
491618dd78
4 changed files with 10 additions and 9 deletions
|
@ -722,7 +722,7 @@ void setupFrontlight()
|
|||
}
|
||||
if (!preferences.isKey("flEffectDelay"))
|
||||
{
|
||||
preferences.putUInt("flEffectDelay", 5);
|
||||
preferences.putUInt("flEffectDelay", 15);
|
||||
}
|
||||
|
||||
if (!preferences.isKey("flFlashOnUpd"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue