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:
6
radio.c
6
radio.c
@ -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;
|
||||
|
Reference in New Issue
Block a user