Merge pull request #286 from F4FXL/FM_Ext

Add forgotten file for large frame handling
This commit is contained in:
Jonathan Naylor 2020-06-01 09:55:25 +01:00 committed by GitHub
commit 1309ad9326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ void CSerialPort::writeFMData(const uint8_t* data, uint8_t length)
if (!m_fmEnable)
return;
uint8_t reply[130U];
uint8_t reply[255U];
reply[0U] = MMDVM_FRAME_START;
reply[1U] = 0U;