mirror of https://github.com/g4klx/MMDVM.git
Sent EOT on rf timeout
This commit is contained in:
parent
7b915f9cac
commit
48e863d1d0
4
FM.cpp
4
FM.cpp
|
@ -602,6 +602,10 @@ void CFM::timeoutRFState(bool validSignal)
|
||||||
if (!validSignal) {
|
if (!validSignal) {
|
||||||
DEBUG1("State to TIMEOUT_WAIT_RF");
|
DEBUG1("State to TIMEOUT_WAIT_RF");
|
||||||
m_state = FS_TIMEOUT_WAIT_RF;
|
m_state = FS_TIMEOUT_WAIT_RF;
|
||||||
|
|
||||||
|
if (m_callsignAtEnd)
|
||||||
|
sendCallsign();
|
||||||
|
|
||||||
m_ackDelayTimer.start();
|
m_ackDelayTimer.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue