Fix bug for RSSI cal mode

pull/32/head
Andy CA6JAU 8 years ago
parent 74a6934eb5
commit 48d61d2721

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.