Got some help on it. It's just a logic issue, the events are all in place. This works great:
----button hold----
function button_press()
button_held_timer_id = timer_start(500, 0,...
Type: Posts; User: helibrewer
Got some help on it. It's just a logic issue, the events are all in place. This works great:
----button hold----
function button_press()
button_held_timer_id = timer_start(500, 0,...
Reworking the GNS530 for FS2020 and want to create a function for the "CLR" button which returns to the default nav page with a long press. Mobiflight already has an event ID to handle the long...