mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Terminal
This commit is contained in:
@@ -85,7 +85,8 @@ void loop() {
|
||||
|
||||
not_async_actions();
|
||||
|
||||
loopMQTT();
|
||||
MqttClient::loop();
|
||||
|
||||
loopCmd();
|
||||
loopButton();
|
||||
loopScenario();
|
||||
@@ -96,7 +97,10 @@ void loop() {
|
||||
}
|
||||
|
||||
void not_async_actions() {
|
||||
reconnectMQTT();
|
||||
if (mqttParamsChanged) {
|
||||
MqttClient::reconnect();
|
||||
mqttParamsChanged = false;
|
||||
}
|
||||
do_upgrade_url();
|
||||
do_upgrade();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user