Administrator
|
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.
|