mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:05 +00:00
test for Killed Wifi Active
This commit is contained in:
parent
df9060d906
commit
58d8736969
8 changed files with 60 additions and 52 deletions
|
|
@ -70,7 +70,9 @@ namespace Utils {
|
|||
}
|
||||
|
||||
String getLocalIP() {
|
||||
if (!WiFiConnected) {
|
||||
if (!Config.wifiAutoAP.active) {
|
||||
return "** WiFi AP Killed **";
|
||||
} else if (!WiFiConnected) {
|
||||
return "IP : 192.168.4.1";
|
||||
} else if (backUpDigiMode) {
|
||||
return "- BACKUP DIGI MODE -";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue