warn user if serial protocols are disabled

This commit is contained in:
Frank
2023-03-19 16:17:35 +01:00
parent 076b5b373d
commit fae2546c09
3 changed files with 9 additions and 2 deletions

View File

@@ -604,6 +604,9 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
#ifdef WLED_ENABLE_LOXONE
oappend(SET_F("hideNoLOX();")); // WLEDMM hide "not compiled in" message
#endif
#ifdef WLED_ENABLE_ADALIGHT
oappend(SET_F("hideNoADA();")); // WLEDMM hide "not compiled in" message
#endif
}