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.
1 parent 43320c5 commit a307be2Copy full SHA for a307be2
src/Vrx_main.cpp
@@ -553,7 +553,7 @@ void loop()
553
}
554
555
#if defined(PLATFORM_ESP32)
556
- if (uxQueueMessagesWaiting(rxqueue) > 0 && Serial.availableForWrite() == 128)
+ if (uxQueueMessagesWaiting(rxqueue) > 0 && Serial.availableForWrite() >= 128)
557
{
558
mspPacket_t rxPacket;
559
if (xQueueReceive(rxqueue, &rxPacket, (TickType_t)512) == pdTRUE)
0 commit comments