mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 06:55:05 +00:00
Fix the timeout tones.
This commit is contained in:
parent
f8d8f85841
commit
ccdbe126e0
3 changed files with 7 additions and 7 deletions
4
FM.cpp
4
FM.cpp
|
|
@ -117,11 +117,11 @@ void CFM::samples(bool cos, const q15_t* samples, uint8_t length)
|
|||
currentSample += m_callsign.getLowAudio();
|
||||
}
|
||||
|
||||
currentSample = m_filterStage3.filter(m_filterStage2.filter(m_filterStage1.filter(currentSample)));
|
||||
|
||||
if (!m_callsign.isRunning() && !m_rfAck.isRunning())
|
||||
currentSample += m_timeoutTone.getAudio();
|
||||
|
||||
currentSample = m_filterStage3.filter(m_filterStage2.filter(m_filterStage1.filter(currentSample)));
|
||||
|
||||
currentSample += m_ctcssTX.getAudio();
|
||||
|
||||
if (m_modemState == STATE_FM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue