Rename TxPwr to Power

This commit is contained in:
Armel FAUVEAU
2024-05-17 14:30:24 +02:00
parent bbf1d4cb54
commit 15fc2b704a

View File

@@ -41,7 +41,7 @@ const t_menu_item MenuList[] =
{ {
// text, menu ID // text, menu ID
{"Step", MENU_STEP }, {"Step", MENU_STEP },
{"TxPwr", MENU_TXP }, // was "TXP" {"Power", MENU_TXP }, // was "TXP"
{"RxDCS", MENU_R_DCS }, // was "R_DCS" {"RxDCS", MENU_R_DCS }, // was "R_DCS"
{"RxCTCS", MENU_R_CTCS }, // was "R_CTCS" {"RxCTCS", MENU_R_CTCS }, // was "R_CTCS"
{"TxDCS", MENU_T_DCS }, // was "T_DCS" {"TxDCS", MENU_T_DCS }, // was "T_DCS"