mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Sent EOT on rf timeout
This commit is contained in:
parent
7b915f9cac
commit
48e863d1d0
1 changed files with 4 additions and 0 deletions
4
FM.cpp
4
FM.cpp
|
|
@ -602,6 +602,10 @@ void CFM::timeoutRFState(bool validSignal)
|
|||
if (!validSignal) {
|
||||
DEBUG1("State to TIMEOUT_WAIT_RF");
|
||||
m_state = FS_TIMEOUT_WAIT_RF;
|
||||
|
||||
if (m_callsignAtEnd)
|
||||
sendCallsign();
|
||||
|
||||
m_ackDelayTimer.start();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue