diff --git a/app/fm.c b/app/fm.c index 522c6b4..922eb92 100644 --- a/app/fm.c +++ b/app/fm.c @@ -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; }