Don't send a status when the FM repeater is reset, it causes a loop.

This commit is contained in:
Jonathan Naylor 2023-11-18 16:45:36 +00:00
parent a8bf99037e
commit a7fddc37e1
1 changed files with 0 additions and 1 deletions

1
FM.cpp
View File

@ -388,7 +388,6 @@ void CFM::process()
void CFM::reset()
{
m_state = FS_LISTENING;
serial.writeFMStatus(m_state);
m_callsignTimer.stop();
m_timeoutTimer.stop();