1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00
This commit is contained in:
3djc 2019-03-09 19:12:42 +01:00
parent ec806234c6
commit 910298da58

View file

@ -1966,7 +1966,7 @@ void menuModelReceiverOptions(event_t event)
lcdDrawNumber(lcdLastRightPos + 1, y, pin + 1);
// Channel
if (menuVerticalPosition == pin) {
if ((menuVerticalPosition - ITEM_RECEIVER_PINMAP_FIRST)== pin) {
if (s_editMode > 0) {
channel = checkIncDec(event, channel, 0, sentModuleChannels(g_moduleIdx));
if (checkIncDec_Ret) {