mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-28 16:52:33 +01:00
Removed deprecated WiFiConnected extern
This commit is contained in:
@@ -34,7 +34,6 @@ extern WiFi_AP *currentWiFi;
|
||||
extern bool backupDigiMode;
|
||||
extern uint32_t lastServerCheck;
|
||||
|
||||
bool WiFiConnected = false;
|
||||
uint32_t WiFiAutoAPTime = millis();
|
||||
uint8_t wifiCounter = 0;
|
||||
uint32_t lastBackupDigiTime = millis();
|
||||
@@ -126,9 +125,6 @@ namespace WIFI_Utils {
|
||||
|
||||
startAutoAP();
|
||||
}
|
||||
|
||||
//TODO: Use network manager whenever this variable is used
|
||||
WiFiConnected = networkManager->isWiFiConnected();
|
||||
}
|
||||
|
||||
void checkAutoAPTimeout() {
|
||||
|
||||
Reference in New Issue
Block a user