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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user