TeleIO / Telemachus-1

MIT License
34 stars 19 forks source link

Fix display of sensor values #52

Closed Row-Bear closed 4 years ago

Row-Bear commented 4 years ago

-Changed the parsing of the values from toPrecision() into toFixed() to avoid unneeded decimal places -Changed temperature unit to Kelvin to match KSP -Changed pressure unit to kPa to match KSP -Removed division by 1000 in pressure values