Fix crash caused by the larger version string.

This commit is contained in:
Jonathan Naylor 2018-06-18 21:32:08 +01:00
parent dbea23f171
commit ce05dec2e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;