mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-01-25 01:10:17 +01:00
Fix getStatus() reply length
This commit is contained in:
parent
a2d0795482
commit
d4dec3d76d
|
|
@ -116,7 +116,7 @@ void CSerialPort::getStatus()
|
|||
|
||||
// Send all sorts of interesting internal values
|
||||
reply[0U] = MMDVM_FRAME_START;
|
||||
reply[1U] = 11U;
|
||||
reply[1U] = 13U;
|
||||
reply[2U] = MMDVM_GET_STATUS;
|
||||
|
||||
reply[3U] = 0x00U;
|
||||
|
|
|
|||
Loading…
Reference in a new issue