LuaTelemetry icon indicating copy to clipboard operation
LuaTelemetry copied to clipboard

Aviphysics

Open aviphysics opened this issue 3 years ago • 0 comments

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 avatar Aug 05 '20 02:08 aviphysics