Skip to content

Conversation

@aviphysics
Copy link

Summary added config menu support for Jumper T12

iNav.lua Line 511 added catch for event == EVT_ENTER_LONG, so that Jumper T12 can enter menu

menu.lua Line 121 changed EVT_ENTER_BREAK to EVT_ENTER_FIRST, so that script will not enter edit mode after long "Enter" key press to enter config mode is released
menu.lua Line 133 changed EVT_ENTER_BREAK to EVT_ENTER_FIRST, so that behavior matches above. This also makes the interface feel snapier.

menu.lua Line 127 added catches for EVT_MINUS_FIRST and event == EVT_DOWN_FIRST, so that menu will respond to short presses
menu.lua Line 133 added catches for EVT_MINUS_FIRST and event == EVT_DOWN_FIRST, so that menu will respond to short presses

menu.lua Line 130 added catches for EVT_PLUS_FIRST and event == EVT_UP_FIRST, so that menu will respond to short presses
menu.lua Line 155 added catches for EVT_PLUS_FIRST and event == EVT_UP_FIRST, so that menu will respond to short presses

@aviphysics aviphysics closed this Aug 5, 2020
@teckel12 teckel12 reopened this Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants