mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
testing LowPowerDigi
This commit is contained in:
parent
16215f9e56
commit
f387e03b53
14 changed files with 46 additions and 38 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue