0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +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

@ -141,8 +141,9 @@ void UI_DisplayFM(void)
// *************************************
// can't do this during FM radio - audio clicks else
if (g_fm_scan_state_dir != FM_SCAN_STATE_DIR_OFF || g_fm_resume_tick_500ms > 0)
if (!g_ask_to_delete &&
!g_ask_to_save &&
(g_fm_scan_state_dir != FM_SCAN_STATE_DIR_OFF || g_fm_resume_tick_500ms > 0))
{
const uint16_t rssi_status = BK1080_ReadRegister(BK1080_REG_10);
const uint16_t dev_snr = BK1080_ReadRegister(BK1080_REG_07);