From 411d439d78a1671674b33f3e657cdea37b8e5f17 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 1 Jun 2020 10:29:05 +0200 Subject: [PATCH] Add forgotten file for large frame handling --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 8b56099..3977b3a 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -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;