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

Flash light on DTMF call + menu sorting fixed

This commit is contained in:
OneOfEleven
2023-10-18 00:27:52 +01:00
parent a89998c6ca
commit a60fc80296
13 changed files with 459 additions and 420 deletions

View File

@ -70,9 +70,11 @@ const freq_band_table_t FREQ_BAND_TABLE[7] =
#ifdef ENABLE_1250HZ_STEP
// includes 1.25kHz step
const uint16_t STEP_FREQ_TABLE[7] = {125, 250, 625, 1000, 1250, 2500, 833};
// const uint16_t STEP_FREQ_TABLE[7] = {125, 250, 625, 1000, 1250, 2500, 833, 10, 50};
#else
// QS steps (*10 Hz)
const uint16_t STEP_FREQ_TABLE[7] = {250, 500, 625, 1000, 1250, 2500, 833};
// const uint16_t STEP_FREQ_TABLE[7] = {250, 500, 625, 1000, 1250, 2500, 833, 10, 50};
#endif
frequency_band_t FREQUENCY_GetBand(uint32_t Frequency)