mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Fix bug for RSSI cal mode
This commit is contained in:
parent
74a6934eb5
commit
48d61d2721
|
|
@ -267,6 +267,8 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
|
||||||
m_calState = modemState;
|
m_calState = modemState;
|
||||||
if (m_firstCal)
|
if (m_firstCal)
|
||||||
io.updateCal();
|
io.updateCal();
|
||||||
|
if (modemState == STATE_RSSICAL)
|
||||||
|
io.ifConf(STATE_DMR, true);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_modemState = modemState;
|
m_modemState = modemState;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue