added WiFi reconnect check

This commit is contained in:
2022-02-16 11:30:35 +01:00
parent c8e3344b27
commit 89fa4a7efd
5 changed files with 37 additions and 5 deletions
+1
View File
@@ -85,6 +85,7 @@ void setup() {
}
void loop() {
Network::checkWiFi();
Network::checkMQTT();
driveManager.loop();
}