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