mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +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;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
|
||||||
CHECK_INCDEC_MODELVAR(event, g_model.moduleData[INTERNAL_MODULE].rfProtocol, RF_PROTO_X16, RF_PROTO_LAST);
|
CHECK_INCDEC_MODELVAR(event, g_model.moduleData[INTERNAL_MODULE].rfProtocol, RF_PROTO_X16, RF_PROTO_LAST);
|
||||||
if (checkIncDec_Ret) {
|
if (checkIncDec_Ret) {
|
||||||
g_model.moduleData[INTERNAL_MODULE].channelsStart = 0;
|
g_model.moduleData[INTERNAL_MODULE].channelsStart = 0;
|
||||||
|
@ -622,8 +621,6 @@ void menuModelSetup(uint8_t event)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
||||||
case ITEM_MODEL_INTERNAL_MODULE_MODE:
|
case ITEM_MODEL_INTERNAL_MODULE_MODE:
|
||||||
lcd_putsLeft(y, STR_MODE);
|
lcd_putsLeft(y, STR_MODE);
|
||||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, STR_XJT_PROTOCOLS, 1+g_model.moduleData[0].rfProtocol, attr);
|
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