diff --git a/ESP32_AP-Flasher/src/web.cpp b/ESP32_AP-Flasher/src/web.cpp index 7586f261..fc178285 100644 --- a/ESP32_AP-Flasher/src/web.cpp +++ b/ESP32_AP-Flasher/src/web.cpp @@ -192,7 +192,7 @@ uint8_t wsClientCount() { void init_web() { wsMutex = xSemaphoreCreateMutex(); - + Storage.begin(); WiFi.mode(WIFI_STA); WiFi.setTxPower(static_cast(config.wifiPower));