Removed deprecated WiFiConnected extern

This commit is contained in:
Petr Kracik
2026-01-13 00:36:53 +01:00
committed by Petr Kracík
parent e5fa6574f0
commit ec28dc0978

View File

@@ -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() {