mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Last minute tidy-ups.
This commit is contained in:
parent
de3c257f79
commit
baa4f7aa4c
5 changed files with 26 additions and 31 deletions
12
FM.cpp
12
FM.cpp
|
|
@ -123,7 +123,19 @@ void CFM::process()
|
|||
|
||||
void CFM::reset()
|
||||
{
|
||||
m_state = FS_LISTENING;
|
||||
|
||||
m_callsignTimer.stop();
|
||||
m_timeoutTimer.stop();
|
||||
m_kerchunkTimer.stop();
|
||||
m_ackMinTimer.stop();
|
||||
m_ackDelayTimer.stop();
|
||||
m_hangTimer.stop();
|
||||
|
||||
m_ctcssRX.reset();
|
||||
m_rfAck.stop();
|
||||
m_callsign.stop();
|
||||
m_timeoutTone.stop();
|
||||
}
|
||||
|
||||
uint8_t CFM::setCallsign(const char* callsign, uint8_t speed, uint16_t frequency, uint8_t time, uint8_t holdoff, uint8_t highLevel, uint8_t lowLevel, bool callsignAtStart, bool callsignAtEnd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue