mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +08:00
Simplify mode changes.
This commit is contained in:
@@ -85,7 +85,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
||||
return;
|
||||
}
|
||||
|
||||
if (data[0U] == TAG_LOST && m_state == RS_LATE_ENTRY) {
|
||||
if (data[0U] == TAG_LOST) {
|
||||
m_state = RS_LISTENING;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user