Show STA IP in WLAN config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user