mirror of https://github.com/g4klx/MMDVM.git
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 New Issue