mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
wifi reconnection bug fixed
This commit is contained in:
@@ -55,7 +55,7 @@ void setup() {
|
||||
all_init();
|
||||
|
||||
SerialPrint("I","WIFI","Network Init");
|
||||
startSTAMode();
|
||||
routerConnect();
|
||||
|
||||
SerialPrint("I","Uptime","Uptime Init");
|
||||
uptime_init();
|
||||
@@ -105,7 +105,7 @@ void loop() {
|
||||
ws.cleanupClients();
|
||||
#endif
|
||||
timeNow->loop();
|
||||
MqttClient::loop();
|
||||
mqttLoop();
|
||||
myButtonIn.loop();
|
||||
myScenario->loop();
|
||||
loopCmdExecute();
|
||||
|
||||
Reference in New Issue
Block a user