Update cyclic.cpp

removed some debug-info
This commit is contained in:
August Quint 2020-02-06 14:29:23 +01:00 committed by GitHub
parent 7014618056
commit 66e760391d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,7 @@ extern boolean isSDS011Active;
#endif
void housekeeping() {
static int counter = 0;
xTaskNotifyFromISR(irqHandlerTask, CYCLIC_IRQ, eSetBits, NULL);
ESP_LOGI( TAG, "in Housekeeping(): %d", counter++);
}
// do all housekeeping