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

Missing 8.33kHz step

This commit is contained in:
OneOfEleven
2023-09-15 15:53:37 +01:00
parent 7ae40a361b
commit 605fcf5217
8 changed files with 26 additions and 40 deletions

View File

@ -79,24 +79,26 @@ const uint32_t UpperLimitFrequencyBandTable[7] =
#endif
#if 0
const uint16_t StepFrequencyTable[6] =
const uint16_t StepFrequencyTable[7] =
{
250,
500,
625,
1000,
1250,
2500
2500,
833
};
#else
const uint16_t StepFrequencyTable[6] =
const uint16_t StepFrequencyTable[7] =
{
125,
250,
625,
1000,
1250,
2500
2500,
833
};
#endif