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

Updated font and F-LOCK menu option

This commit is contained in:
OneOfEleven
2023-10-18 13:00:57 +01:00
parent bf7a837485
commit 2bd8db1714
10 changed files with 230 additions and 231 deletions

View File

@ -201,6 +201,11 @@ int TX_freq_check(const uint32_t Frequency)
return 0;
break;
case FREQ_LOCK_446:
if (Frequency >= 446.00625 && Frequency <= 446.19375)
return 0;
break;
#ifdef ENABLE_TX_UNLOCK
case FREQ_LOCK_TX_UNLOCK:
return 0;