From d94726d0565ab269be139924c542488c91fa797f Mon Sep 17 00:00:00 2001 From: Holger Weber Date: Sun, 1 Mar 2026 13:55:53 +0100 Subject: [PATCH] Fixed init wifi two times. --- src/Config_Web.cpp | 2 +- src/main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;