Update cyclic.cpp
removed some debug-info
This commit is contained in:
parent
7014618056
commit
66e760391d
@ -14,9 +14,7 @@ extern boolean isSDS011Active;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void housekeeping() {
|
void housekeeping() {
|
||||||
static int counter = 0;
|
|
||||||
xTaskNotifyFromISR(irqHandlerTask, CYCLIC_IRQ, eSetBits, NULL);
|
xTaskNotifyFromISR(irqHandlerTask, CYCLIC_IRQ, eSetBits, NULL);
|
||||||
ESP_LOGI( TAG, "in Housekeeping(): %d", counter++);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// do all housekeeping
|
// do all housekeeping
|
||||||
|
Loading…
Reference in New Issue
Block a user