Fix bug for RSSI cal mode

This commit is contained in:
Andy CA6JAU 2018-02-18 11:49:35 -03:00
parent 74a6934eb5
commit 48d61d2721

View file

@ -267,6 +267,8 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
m_calState = modemState;
if (m_firstCal)
io.updateCal();
if (modemState == STATE_RSSICAL)
io.ifConf(STATE_DMR, true);
}
else {
m_modemState = modemState;