mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Merge from main and fix conflict
This commit is contained in:
commit
0b3bc738ac
17 changed files with 887 additions and 215 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue