Fix off by one error in comment

Must have room to append null byte to input
This commit is contained in:
AndrolGenhald 2018-03-08 18:37:17 -06:00
parent dcda86fb90
commit 9937e6315b
1 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ uint8_t HandleWirelessHEXData(RFM69 radio, uint8_t remoteID, SPIFlash flash, uin
//===================================================================================================================
// readSerialLine() - reads a line feed (\n) terminated line from the serial stream
// returns # of bytes read, up to 255
// returns # of bytes read, up to 254
// timeout in ms, will timeout and return after so long
// this is called at the OTA programmer side
//===================================================================================================================