firmware_deploy #3

Merged
andre.fiedler merged 37 commits from firmware_deploy into master 2026-03-13 10:06:00 +00:00
20 changed files with 1761 additions and 1807 deletions
Showing only changes of commit 40f1999b25 - Show all commits

View File

@@ -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());