mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-20 22:05:08 +00:00
Merge pull request #286 from F4FXL/FM_Ext
Add forgotten file for large frame handling
This commit is contained in:
commit
1309ad9326
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue