mirror of https://github.com/g4klx/MMDVM.git
Add forgotten file for large frame handling
This commit is contained in:
parent
ec9428d63e
commit
411d439d78
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue