So the problem is fixed when I change "const float seaLevelhPa 1013.15;" to "#define seaLevelhPa 1013.15".
Can anyone explain why?
Farmerkeith recommended using const declarations, not defines. ..
So the problem is fixed when I change "const float seaLevelhPa 1013.15;" to "#define seaLevelhPa 1013.15".
Can anyone explain why?
Farmerkeith recommended using const declarations, not defines. ..