mirror of
https://github.com/anklimov/lighthub
synced 2025-12-12 22:59:49 +03:00
MQTT topics config & CallBack refactoring
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user