0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

fix missing display update

This commit is contained in:
OneOfEleven
2023-10-31 10:07:29 +00:00
parent 0a9765b2bd
commit 2522b4184a
7 changed files with 28 additions and 13 deletions

View File

@ -977,10 +977,8 @@ void RADIO_set_vfo_state(vfo_state_t State)
g_vfo_state[vfo] = State;
}
#ifdef ENABLE_FMRADIO
if (g_fm_radio_mode && g_fm_resume_tick_500ms < fm_resume_500ms)
g_fm_resume_tick_500ms = fm_resume_500ms;
#endif
// cause a display update to remove the message
g_update_screen_tick_500ms = 8; // 4 seconds
}
g_update_display = true;