Compile fix

This commit is contained in:
Blaž Kristan
2025-05-26 18:19:20 +02:00
committed by Will Tatam
parent bd7735af3d
commit 2ccb7312d0
2 changed files with 6 additions and 1 deletions

View File

@@ -663,6 +663,9 @@ void getSettingsJS(byte subPage, Print& settingsScript)
VERSION);
printSetClassElementHTML(settingsScript,PSTR("sip"),0,tmp_buf);
#ifndef ARDUINO_ARCH_ESP32
settingsScript.print(F("toggle('rev');")); // hide revert button on ESP8266
#endif
}
if (subPage == SUBPAGE_2D) // 2D matrices