diff --git a/include/globals.h b/include/globals.h index 1cb8b349..b9e24d46 100644 --- a/include/globals.h +++ b/include/globals.h @@ -148,6 +148,6 @@ extern SemaphoreHandle_t I2Caccess; extern TaskHandle_t irqHandlerTask, ClockTask, macProcessTask; extern TimerHandle_t WifiChanTimer; extern Timezone myTZ; -extern RTC_DATA_ATTR runmode_t RTC_runmode; +extern RTC_NOINIT_ATTR runmode_t RTC_runmode; #endif \ No newline at end of file diff --git a/src/boot.cpp b/src/boot.cpp index 0c216eeb..df2decb8 100644 --- a/src/boot.cpp +++ b/src/boot.cpp @@ -34,12 +34,25 @@ void start_boot_menu(void) { WebServer server(80); - /* - const char *serverIndex = - "
"; - */ + const char *loginMenu = + "
" + "" + "" + "" + "
" + "
" + "" + "" + "" + "" + "
" + "
Maintenance Menu
" + "
" + "
" + "
" + ""; const char *serverIndex = "