diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 0f3695f0..a79dba97 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -834,6 +834,8 @@ void ui_updateFSM(event_t event, bool *sync_rtx) { // Restore VFO channel state.channel = state.vfo_channel; + // Update RTX configuration + *sync_rtx = true; // Switch to VFO screen state.ui_screen = MAIN_VFO; }