additional info in case that IR support is disabled
similar to other "not compiled into this firmware" messages.
This commit is contained in:
@@ -462,6 +462,9 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
sappend('v',SET_F("IR"),irPin);
|
||||
sappend('v',SET_F("IT"),irEnabled);
|
||||
sappend('c',SET_F("MSO"),!irApplyToAllSelected);
|
||||
#if !defined(WLED_DISABLE_INFRARED)
|
||||
oappend(SET_F("hideNoIR();")); // hide "not compiled in" message
|
||||
#endif
|
||||
}
|
||||
|
||||
if (subPage == 3)
|
||||
|
||||
Reference in New Issue
Block a user