0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

new eeprom structure array (not yet used)

This commit is contained in:
OneOfEleven
2023-10-13 23:27:54 +01:00
parent f35deba315
commit 8fb57d9d19
12 changed files with 329 additions and 50 deletions

View File

@ -148,7 +148,7 @@ void ACTION_Scan(bool bRestart)
g_fm_auto_scan = true;
g_fm_channel_position = 0;
Frequency = g_eeprom.fm_lower_limit;
Frequency = FM_RADIO_BAND.lower;
}
else
{