Preparing for scan mode

This commit is contained in:
Andy CA6JAU 2017-03-24 01:11:50 -03:00
parent 4f293ee84f
commit 7908b0f958
7 changed files with 144 additions and 98 deletions

View file

@ -27,6 +27,7 @@
// Global variables
MMDVM_STATE m_modemState = STATE_IDLE;
MMDVM_STATE m_modemState_prev = STATE_IDLE;
bool m_dstarEnable = true;
bool m_dmrEnable = true;