Fix #234: Bring back FM radio status indicator, show dual watch inactive while in FM radio

This commit is contained in:
Krzysiek Egzmont
2023-12-12 00:52:26 +01:00
parent 6bdce2d0e2
commit 0c2fc6184c
4 changed files with 40 additions and 18 deletions

View File

@@ -623,6 +623,7 @@ void FM_Play(void)
void FM_Start(void)
{
gDualWatchActive = false;
gFmRadioMode = true;
gFM_ScanState = FM_SCAN_OFF;
gFM_RestoreCountdown_10ms = 0;