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 62699e7 commit a807ee4Copy full SHA for a807ee4
Firmware/LoRaSerial/Serial.ino
@@ -302,7 +302,7 @@ void updateSerial()
302
303
//Assert RTS when there is enough space in the receive buffer
304
if ((!rtsAsserted) && (availableRXBytes() < (sizeof(serialReceiveBuffer) / 2))
305
- && (availableTXBytes() <= RTS_ON_BYTES))
+ && (availableTXBytes() <= settings.rtsOnBytes))
306
updateRTS(true); //We're ready for more data
307
308
//Attempt to empty the serialTransmitBuffer
0 commit comments