Show STA IP in WLAN config

This commit is contained in:
Carsten Graf
2025-07-24 16:23:46 +02:00
parent 58f0d234e0
commit 3d77a4d4be
2 changed files with 5 additions and 0 deletions

View File

@@ -161,6 +161,8 @@ void setupRoutes() {
// IP address
IPAddress ip = WiFi.softAPIP();
doc["ip"] = ip.toString();
IPAddress ipSTA = WiFi.localIP();
doc["ipSTA"] = ipSTA.toString();
doc["channel"] = WiFi.channel();
// MAC address