Update senddata.cpp

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

View File

@ -9,10 +9,7 @@ extern float pm25;
#endif
void sendcycle() {
static int counter = 0;
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