We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43320c5 + a4b87e9 commit 0d3ea52Copy full SHA for 0d3ea52
src/Timer_main.cpp
@@ -553,7 +553,7 @@ void loop()
553
xSemaphoreGive(semaphore);
554
}
555
556
- if (uxQueueMessagesWaiting(rxqueue) > 0 && Serial.availableForWrite() == 128)
+ if (uxQueueMessagesWaiting(rxqueue) > 0)
557
{
558
mspPacket_t rxPacket;
559
if (xQueueReceive(rxqueue, &rxPacket, (TickType_t)512) == pdTRUE)
src/Vrx_main.cpp
#if defined(PLATFORM_ESP32)
0 commit comments