Adding mode detection, using scanning mode

This commit is contained in:
Andy CA6JAU 2017-03-25 12:52:37 -03:00
parent 7908b0f958
commit 992249dce4
5 changed files with 102 additions and 23 deletions

View file

@ -339,7 +339,7 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
io.ifConf(modemState, true);
}
io.setMode();
io.setMode(m_modemState);
}
void CSerialPort::start()