MQTT topics config & CallBack refactoring

This commit is contained in:
2019-03-04 04:49:35 +03:00
parent 23e493097e
commit 141bb9c657
13 changed files with 258 additions and 78 deletions

View File

@@ -1,7 +1,11 @@
#include "main.h"
void setup(){
setup_main();
//if (millis()>1000)
setup_main();
//else Serial.println("Hello");
//delay(1000);
}
void loop(){
loop_main();
//if (millis()>10000)
loop_main();
}