diff --git a/src/Config_Web.cpp b/src/Config_Web.cpp index 9073851..6b1f7b1 100644 --- a/src/Config_Web.cpp +++ b/src/Config_Web.cpp @@ -584,7 +584,7 @@ void startWebInterface() staConnectionKnown = staConnected; if (staConnected) { - Serial.println(String("http://") + WiFi.localIP().toString()); + Serial.println(String("Connected: http://") + WiFi.localIP().toString()); } else { diff --git a/src/main.cpp b/src/main.cpp index 5593826..7aa7595 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -147,7 +147,6 @@ void setup() makeComInterface(); initHardware(); startBleInterface(); - startWebInterface(); } uint8_t g_uiState = 0;