makerplane / pyEfis

Electronic Flight Information System in Python
GNU General Public License v2.0
58 stars 31 forks source link

Set Airspeed Mode crashes to Desktop #105

Closed makerplane-jnicol closed 3 years ago

makerplane-jnicol commented 3 years ago

Set Airspeed Mode in the menu system toggles between TAS, IAS and GS. The menu uses the following to achieve this with touch buttons: -['Mode', 'Set Airspeed Mode', ' ']

When pyEfis is loaded for the first time, select the menu item called Mode and the system will crash to desktop. If a user selects a different screen first and then Mode, it will not crash.