mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-01-03 07:10:13 +01:00
Fix crash caused by the larger version string.
This commit is contained in:
parent
dbea23f171
commit
ce05dec2e6
|
|
@ -230,7 +230,7 @@ void CSerialPort::getStatus()
|
|||
|
||||
void CSerialPort::getVersion()
|
||||
{
|
||||
uint8_t reply[100U];
|
||||
uint8_t reply[150U];
|
||||
|
||||
reply[0U] = MMDVM_FRAME_START;
|
||||
reply[1U] = 0U;
|
||||
|
|
|
|||
Loading…
Reference in a new issue