0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

replace eeprom boot screen

This commit is contained in:
OneOfEleven
2023-11-03 11:09:51 +00:00
parent d4a4e02413
commit 6a87a68583
5 changed files with 13 additions and 32 deletions

View File

@ -359,9 +359,7 @@ void processFKeyFunction(const key_code_t Key)
g_vfo_configure_mode = VFO_CONFIGURE_RELOAD;
#else
#ifdef ENABLE_VOX
toggle_chan_scanlist();
#endif
toggle_chan_scanlist();
#endif
break;
@ -381,9 +379,8 @@ void processFKeyFunction(const key_code_t Key)
#ifdef ENABLE_VOX
APP_stop_scan();
ACTION_Vox();
#else
#elif defined(ENABLE_NOAA)
toggle_chan_scanlist();
#endif