testing LowPowerDigi

This commit is contained in:
richonguzman 2024-10-08 01:03:58 -03:00
parent 16215f9e56
commit f387e03b53
14 changed files with 46 additions and 38 deletions

View file

@ -70,7 +70,7 @@ namespace Utils {
}
String getLocalIP() {
if (!Config.wifiAutoAP.active) {
if (Config.digi.ecoMode) {
return "** WiFi AP Killed **";
} else if (!WiFiConnected) {
return "IP : 192.168.4.1";