fm radio: let the user see DW is not active

This commit is contained in:
Nunu 2024-01-17 16:54:13 +01:00
parent 1c7bd8335d
commit a27fdfd605

View File

@ -111,6 +111,9 @@ void FM_Start(void)
GUI_SelectNextDisplay(DISPLAY_FM);
// let the user see DW is not active
gDualWatchActive = false;
gEnableSpeaker = true;
gUpdateStatus = true;
}