mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Don't send a status when the FM repeater is reset, it causes a loop.
This commit is contained in:
parent
a8bf99037e
commit
a7fddc37e1
1 changed files with 0 additions and 1 deletions
1
FM.cpp
1
FM.cpp
|
|
@ -388,7 +388,6 @@ void CFM::process()
|
|||
void CFM::reset()
|
||||
{
|
||||
m_state = FS_LISTENING;
|
||||
serial.writeFMStatus(m_state);
|
||||
|
||||
m_callsignTimer.stop();
|
||||
m_timeoutTimer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue