mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
ACCST D16 / ACCESS mode removed until it is ready
This commit is contained in:
parent
5e3e989c3b
commit
9888c29b76
1 changed files with 3 additions and 1 deletions
|
@ -795,7 +795,9 @@ void menuModelSetup(event_t event)
|
||||||
}
|
}
|
||||||
lcdDrawTextAtIndex(MODEL_SETUP_2ND_COLUMN, y, STR_ISRM_PXX2_RF_PROTOCOLS, index, attr);
|
lcdDrawTextAtIndex(MODEL_SETUP_2ND_COLUMN, y, STR_ISRM_PXX2_RF_PROTOCOLS, index, attr);
|
||||||
if (attr) {
|
if (attr) {
|
||||||
index = checkIncDec(event, index, 0, 3, EE_MODEL);
|
// TODO change this once ACCST is available on ACCESS
|
||||||
|
// index = checkIncDec(event, index, 0, MODULE_SUBTYPE_ISRM_PXX2_LAST + 1 /* because of --- */, EE_MODEL);
|
||||||
|
index = checkIncDec(event, index, 0, MODULE_SUBTYPE_ISRM_PXX2_ACCESS + 1 /* because of --- */, EE_MODEL);
|
||||||
if (checkIncDec_Ret) {
|
if (checkIncDec_Ret) {
|
||||||
memclear(&g_model.moduleData[INTERNAL_MODULE], sizeof(ModuleData));
|
memclear(&g_model.moduleData[INTERNAL_MODULE], sizeof(ModuleData));
|
||||||
if (index > 0) {
|
if (index > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue