Skip to content

Commit

Permalink
Fix #384: FM radio getting stuck off on unrecognized incoming CTCSS tone
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Jan 12, 2024
1 parent 685ecb0 commit 9472bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
gSchedulePowerSave = false;

#if defined(ENABLE_FMRADIO)
gFM_RestoreCountdown_10ms = 0;
if(Function != FUNCTION_INCOMING)
gFM_RestoreCountdown_10ms = 0;
#endif
}

0 comments on commit 9472bbb

Please sign in to comment.