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

Added TX Enable hidden menu item

This commit is contained in:
OneOfEleven
2023-09-19 09:16:57 +01:00
parent 7e7439bcb6
commit aeb22b7028
15 changed files with 51 additions and 23 deletions

View File

@ -83,7 +83,7 @@ enum
MENU_DEL_CH,
MENU_RESET,
// items after here are hidden
// items after here are normally hidden
MENU_F_LOCK,
MENU_200TX,
@ -92,6 +92,7 @@ enum
MENU_350EN,
MENU_SCREN,
MENU_TX_EN, // enable TX
MENU_F_CALI // reference xtal calibration
};