Skip to content

Commit

Permalink
exclude External Module bind
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 11, 2024
1 parent 97d9f1c commit c861ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion radio/src/gui/128x64/model_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ void menuModelSetup(event_t event)
}
}

#if defined(PXX) || defined(PCBI6X)
#if defined(AFHDS2A)
if (IS_RANGECHECK_ENABLE()) {
showMessageBox("RQly ");
lcdDrawNumber(16+4*FW, 5*FH, TELEMETRY_RSSI(), BOLD);
Expand All @@ -1456,10 +1456,12 @@ void menuModelSetup(event_t event)
checkModelIdUnique(g_eeGeneral.currModel, INTERNAL_MODULE);
break;
#endif
#if !defined(PCBI6X)
case ITEM_MODEL_EXTERNAL_MODULE_BIND:
if (menuHorizontalPosition == 0)
checkModelIdUnique(g_eeGeneral.currModel, EXTERNAL_MODULE);
break;
#endif
}
}
}
Expand Down

0 comments on commit c861ac8

Please sign in to comment.