mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Fix big freq digits moving 1 pixel to the right + added chan name edit menu
This commit is contained in:
@ -174,7 +174,7 @@ int FREQUENCY_Check(VFO_Info_t *pInfo)
|
||||
const uint32_t Frequency = pInfo->pTX->Frequency;
|
||||
|
||||
#ifdef ENABLE_NOAA
|
||||
if (pInfo->CHANNEL_SAVE >= NOAA_CHANNEL_FIRST)
|
||||
if (pInfo->CHANNEL_SAVE > FREQ_CHANNEL_LAST)
|
||||
return -1;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user