Enable simplifiedUI by default

This commit is contained in:
Woody
2023-11-14 21:19:38 +01:00
parent 3ee3b97255
commit e4ec65622f
5 changed files with 2 additions and 19 deletions

View File

@@ -475,11 +475,7 @@ 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);
#else
oappend(SET_F("toggle('Simple');")); // hide Simplified UI settings
#endif
}
if (subPage == SUBPAGE_SYNC)