mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
Reduced eeprom wear
This commit is contained in:
@ -650,7 +650,7 @@ static void AIRCOPY_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held)
|
||||
|
||||
g_aircopy_freq = Frequency;
|
||||
#ifdef ENABLE_AIRCOPY_REMEMBER_FREQ
|
||||
SETTINGS_SaveSettings(); // remeber the frequency for the next time
|
||||
SETTINGS_save(); // remeber the frequency for the next time
|
||||
#endif
|
||||
|
||||
g_rx_vfo->freq_config_rx.frequency = Frequency;
|
||||
|
Reference in New Issue
Block a user