mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
working version with optimization
This commit is contained in:
@@ -73,8 +73,8 @@ void setup() {
|
||||
udpInit();
|
||||
#endif
|
||||
|
||||
pm.info("Ssdp Init");
|
||||
SsdpInit();
|
||||
//pm.info("Ssdp Init");
|
||||
//SsdpInit();
|
||||
|
||||
ts.add(
|
||||
TEST, 1000 * 60, [&](void*) {
|
||||
@@ -101,9 +101,8 @@ void loop() {
|
||||
#endif
|
||||
timeNow->loop();
|
||||
MqttClient::loop();
|
||||
myButtonIn->loop();
|
||||
myButtonIn.loop();
|
||||
myScenario->loop();
|
||||
//loopScenario();
|
||||
loopCmd();
|
||||
loopSerial();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user