diff --git a/src/Config_Web.cpp b/src/Config_Web.cpp index 1d955d4..a53a81f 100644 --- a/src/Config_Web.cpp +++ b/src/Config_Web.cpp @@ -367,6 +367,7 @@ bool applyConfigJson(const String &payload, String &errorMessage) void startWebInterface() { + initConfigStore(); if (kWifiSsid != 0) { @@ -380,7 +381,7 @@ void startWebInterface() delay(250); } - initConfigStore(); + if (WiFi.status() == WL_CONNECTED) { Serial.println(String("http://") + WiFi.localIP().toString());