0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +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

@ -104,15 +104,16 @@ const char MenuList[][7] =
// enabled if pressing PTT and upper side button at power-on.
"F-LOCK",
"T-200", // was "200TX"
"T-350", // was "350TX"
"T-500", // was "500TX"
"TX-200", // was "200TX"
"TX-350", // was "350TX"
"TX-500", // was "500TX"
"350-EN", // was "350EN"
"SCR-EN", // was "SCREN"
"TX-EN", // enable TX
"F-CALI", // reference xtal calibration
"" // end of list
"" // end of list - DO NOT DELETE THIS !
};
const char gSubMenu_TXP[3][5] =
@ -434,6 +435,7 @@ void UI_DisplayMenu(void)
case MENU_500TX:
case MENU_350EN:
case MENU_SCREN:
case MENU_TX_EN:
strcpy(String, gSubMenu_OFF_ON[gSubMenuSelection]);
break;