Fixed init wifi two times.

This commit is contained in:
2026-03-01 13:55:53 +01:00
parent 83a55fcc47
commit d94726d056
2 changed files with 1 additions and 2 deletions

View File

@@ -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
{

View File

@@ -147,7 +147,6 @@ void setup()
makeComInterface();
initHardware();
startBleInterface();
startWebInterface();
}
uint8_t g_uiState = 0;