mirror of
https://github.com/wled/WLED.git
synced 2025-11-08 18:48:53 +00:00
Minor fixes.
- reversed condition for simplified UI - removed duplicate code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user