Merge from main and fix conflict

This commit is contained in:
Jaakko Haakana 2025-07-11 17:26:09 +03:00
commit 0b3bc738ac
17 changed files with 887 additions and 215 deletions

View file

@ -844,6 +844,7 @@ String processor(const String& var) {
}
content += "</h4>";
if (status == WL_CONNECTED) {
content += "<h4>Hostname: " + String(WiFi.getHostname()) + "</h4>";
content += "<h4>IP: " + WiFi.localIP().toString() + "</h4>";
} else {
content += "<h4>Wifi state: " + getConnectResultString(status) + "</h4>";