makerplane / pyEfis

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

Oil Temp on EMS Screen not changing units C - F with 'Set Instrument Units' #106

Closed makerplane-jnicol closed 3 years ago

makerplane-jnicol commented 3 years ago

When in the EMS screen, the temperature units change mode 'Set Instrument Units' should change the Oil Temp units from C to F and vice versa, however it remains set at C. The EGT and CHT units do toggle from C to F etc. This is toggled with a menu definition (touch button menu item) of:

The EMS screen defines the Oil Temp gauge as (ems_sm.py line 70) as "key:"OILT" + ENGINE_NUMBER,

So if this is expected functionality, is there an error in the screen definition, is it not picking up OILT +1 = OILT1 from ems_sm? Should the gauge be defined specifically as OILT1 on this screen, or defined differently in the menu toggle?