mirror of
https://github.com/anklimov/lighthub
synced 2025-12-12 06:39:51 +03:00
pre-release, save2flash, mdns bugs, dmx, .....
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#include "main.h"
|
||||
void setup(){
|
||||
//if (millis()>1000)
|
||||
setup_main();
|
||||
//else Serial.println("Hello");
|
||||
//delay(1000);
|
||||
void setup()
|
||||
{
|
||||
setup_main();
|
||||
}
|
||||
void loop(){
|
||||
//if (millis()>10000)
|
||||
void loop()
|
||||
{
|
||||
loop_main();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user