Restart dual watch after VFO switched

This commit is contained in:
Krzysiek Egzmont 2023-10-22 02:24:04 +02:00
parent ffb26a1f86
commit 5c3eea2fcb

View File

@ -31,6 +31,7 @@ void COMMON_SwitchVFOs()
gRequestSaveSettings = 1;
gFlagReconfigureVfos = true;
gScheduleDualWatch = true;
gRequestDisplayScreen = DISPLAY_MAIN;
}