We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ead0c commit d79bc35Copy full SHA for d79bc35
src/BF/use_tools_menu_instead_of_this.txt
src/SCRIPTS/BF/ui.lua
@@ -300,14 +300,7 @@ function run_ui(event)
300
-- process send queue
301
mspProcessTxQ()
302
-- navigation
303
-<<<<<<< HEAD
304
- if isTelemetryScript and event == EVT_VIRTUAL_MENU_LONG then -- telemetry script
305
- menuActive = 1
306
- currentState = pageStatus.displayMenu
307
- elseif (not isTelemetryScript) and event == EVT_VIRTUAL_ENTER_LONG then -- standalone
308
-=======
309
if (event == EVT_VIRTUAL_ENTER_LONG) then
310
->>>>>>> removed events.lua
311
menuActive = 1
312
killEnterBreak = 1
313
currentState = pageStatus.displayMenu
0 commit comments