mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Merge pull request #286 from F4FXL/FM_Ext
Add forgotten file for large frame handling
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user