Minor fixes.

- reversed condition for simplified UI
- removed duplicate code
This commit is contained in:
Blaz Kristan
2022-03-31 21:44:11 +02:00
parent 557a2f08f7
commit 73e898773b
6 changed files with 18 additions and 19 deletions

View File

@@ -406,7 +406,9 @@ void getSettingsJS(byte subPage, char* dest)
{
sappends('s',SET_F("DS"),serverDescription);
sappend('c',SET_F("ST"),syncToggleReceive);
#ifdef WLED_ENABLE_SIMPLE_UI
sappend('c',SET_F("SU"),simplifiedUI);
#endif
}
if (subPage == 4)