Add forgotten file for large frame handling

This commit is contained in:
Geoffrey Merck 2020-06-01 10:29:05 +02:00
parent ec9428d63e
commit 411d439d78
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) if (!m_fmEnable)
return; return;
uint8_t reply[130U]; uint8_t reply[255U];
reply[0U] = MMDVM_FRAME_START; reply[0U] = MMDVM_FRAME_START;
reply[1U] = 0U; reply[1U] = 0U;