working version with optimization

This commit is contained in:
Dmitry Borisenko
2020-09-03 02:07:12 +03:00
parent 89fed305c8
commit ab65cda820
17 changed files with 79 additions and 81 deletions

View File

@@ -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();