added WiFi reconnect check
This commit is contained in:
@@ -85,6 +85,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Network::checkWiFi();
|
||||
Network::checkMQTT();
|
||||
driveManager.loop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user