mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
More changes, most of them cosmetic
This commit is contained in:
parent
81835d476d
commit
a2c7e788c5
1 changed files with 28 additions and 31 deletions
|
@ -612,7 +612,6 @@ void menuModelSetup(uint8_t event)
|
|||
}
|
||||
break;
|
||||
case 1:
|
||||
|
||||
CHECK_INCDEC_MODELVAR(event, g_model.moduleData[INTERNAL_MODULE].rfProtocol, RF_PROTO_X16, RF_PROTO_LAST);
|
||||
if (checkIncDec_Ret) {
|
||||
g_model.moduleData[INTERNAL_MODULE].channelsStart = 0;
|
||||
|
@ -622,8 +621,6 @@ void menuModelSetup(uint8_t event)
|
|||
}
|
||||
break;
|
||||
#else
|
||||
|
||||
|
||||
case ITEM_MODEL_INTERNAL_MODULE_MODE:
|
||||
lcd_putsLeft(y, STR_MODE);
|
||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, STR_XJT_PROTOCOLS, 1+g_model.moduleData[0].rfProtocol, attr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue