Re: Fahrenheit for temperature
Posted by AlfredC on
URL: http://liv-pi-forum.171.s1.nabble.com/Fahrenheit-for-temperature-tp39p82.html
Sure, I will do that.
The user will be able to configure "livDB.config" file so that temperature and air pressure will be measured in F and inches of mercury respectively.
C to F formula:
T(°F) = T(°C) × 9/5 + 32
hPa to inches of mercury formula:
P_inchHg = 0.0295300 × Pmb (1mb = 1hPa)
I added this to my to do list.
Thanks for suggesting this feature.