Merge branch 'master' into boxcar

This commit is contained in:
Jonathan Naylor 2018-10-31 14:50:47 +00:00
commit 608a10d159
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ const uint8_t MMDVM_NAK = 0x7FU;
const uint8_t MMDVM_SERIAL = 0x80U;
const uint8_t MMDVM_TRANSPARENT = 0x90U;
const uint8_t MMDVM_QSO_INFO = 0x91U;
const uint8_t MMDVM_DEBUG1 = 0xF1U;
const uint8_t MMDVM_DEBUG2 = 0xF2U;
@ -819,6 +820,7 @@ void CSerialPort::process()
break;
case MMDVM_TRANSPARENT:
case MMDVM_QSO_INFO:
// Do nothing on the MMDVM.
break;