commit
8da544f60f
@ -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
|
||||||
|
@ -9,10 +9,7 @@ extern float pm25;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void sendcycle() {
|
void sendcycle() {
|
||||||
static int counter = 0;
|
|
||||||
xTaskNotifyFromISR(irqHandlerTask, SENDCYCLE_IRQ, eSetBits, NULL);
|
xTaskNotifyFromISR(irqHandlerTask, SENDCYCLE_IRQ, eSetBits, NULL);
|
||||||
ESP_LOGI( TAG, "in sendcycle(): %d", counter++);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// put data to send in RTos Queues used for transmit over channels Lora and SPI
|
// put data to send in RTos Queues used for transmit over channels Lora and SPI
|
||||||
|
Loading…
Reference in New Issue
Block a user