mirror of https://github.com/g4klx/MMDVM.git
Merge pull request #37 from phl0/fixLength
Fix length of reported parameters
This commit is contained in:
commit
5d5bdab228
|
@ -116,7 +116,7 @@ void CSerialPort::getStatus()
|
|||
|
||||
// Send all sorts of interesting internal values
|
||||
reply[0U] = MMDVM_FRAME_START;
|
||||
reply[1U] = 10U;
|
||||
reply[1U] = 11U;
|
||||
reply[2U] = MMDVM_GET_STATUS;
|
||||
|
||||
reply[3U] = 0x00U;
|
||||
|
|
Loading…
Reference in New Issue