Outside temperature display jumps back
-
Unfortunately, the outside temperature display jumps back to hillbilly mode (F) every time I start a new flight if I set it to civilized mode (C) during the last flight. The interior temperature remains at Celsius.
Could you add this to state saving?
-
Would be nice!
-
Yes, it was so annoying that I took the time to find the js code file where the gauge is implemented and changed the variable for default units there. Will try to find where it was when I get to my computer.
-
To permanently set default OAT unit to deg.C, you can locate file
html_ui\Pages\VCockpit\Instruments\Generic\Misc\bksq-aircraft-tbm850\FreeAirTemp\FreeAirTemp.js
and changethis.tempUnit = false;
tothis.tempUnit = true;
near the top of the file. -
@Lemny said in Outside temperature display jumps back:
This confirms again that Celsius is the only „true“ measurement system.
You might be on to something, was wondering what is the meaning of that true/false for a temperature unit variable.
Though I would rather consider Kelvin to be the ultimate unit of temperature measurement, but Celsius is getting close, has the same step size, with only slightly shifted start :)
1/7