mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 20:56:37 +00:00
Remove debug messages
This commit is contained in:
parent
7591ce4418
commit
62d26eb189
@ -133,9 +133,7 @@ void setup()
|
|||||||
|
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
printf("1 \n");
|
|
||||||
haspLoop();
|
haspLoop();
|
||||||
printf("2 \n");
|
|
||||||
mqttLoop();
|
mqttLoop();
|
||||||
|
|
||||||
// debugLoop(); // Console
|
// debugLoop(); // Console
|
||||||
@ -166,7 +164,6 @@ void loop()
|
|||||||
}
|
}
|
||||||
mainLastLoopTime += 1000;
|
mainLastLoopTime += 1000;
|
||||||
}
|
}
|
||||||
printf("loop\n");
|
|
||||||
// delay(6);
|
// delay(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user