Skip to content

Commit

Permalink
Ignore DVMEGA-Cast specific command.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Oct 31, 2018
1 parent e46ef4f commit 6af252f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SerialPort.cpp
Expand Up @@ -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;
Expand Down Expand Up @@ -820,6 +821,7 @@ void CSerialPort::process()
break;

case MMDVM_TRANSPARENT:
case MMDVM_QSO_INFO:
// Do nothing on the MMDVM.
break;

Expand Down

0 comments on commit 6af252f

Please sign in to comment.