Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aviphysics #400

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from
Draft

Aviphysics #400

wants to merge 36 commits into from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants