mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fix menu
This commit is contained in:
parent
ec806234c6
commit
910298da58
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue