firmware_deploy #3

Merged
andre.fiedler merged 37 commits from firmware_deploy into master 2026-03-13 10:06:00 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d94726d056 - Show all commits
+1 -1
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
{
-1
View File
@@ -147,7 +147,6 @@ void setup()
makeComInterface();
initHardware();
startBleInterface();
startWebInterface();
}
uint8_t g_uiState = 0;