Fix getStatus length

This commit is contained in:
LucaMarche IZ1MLT 2018-06-19 16:03:03 +02:00 committed by GitHub
parent 4655e33575
commit 404fe52b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ void CSerialPort::getStatus()
// Send all sorts of interesting internal values
reply[0U] = MMDVM_FRAME_START;
reply[1U] = 11U;
reply[1U] = 12U;
reply[2U] = MMDVM_GET_STATUS;
reply[3U] = 0x00U;