Outside temperature instrument (C/F)
-
The outside temperature instrument is always booting with Fahrenheit units on the display. The indoor temperature measurement instrument displays Celsius at startup on my setup. I guess it remembers my setting from the last flight? Something that could be addressed in a future update for the outside temperature instrument also?
-
I think I already implemented that fix for a future update. If you want an immediate solution, you can also change
this.tempUnit = false;
to...
this.tempUnit = true;
in FreeAirTemp.js in...
...\bksq-aircraft-tbm850\html_ui\Pages\VCockpit\Instruments\Generic\Misc\bksq-aircraft-tbm850\FreeAirTemp
-
-
-