const float seaLevelhPa 1013.15;
Needs an = ‘equal sign’ to assign the value to seaLevelhPa…
The #define simply performs text replacement at compile time… which works in this case.
const float seaLevelhPa 1013.15;
Needs an = ‘equal sign’ to assign the value to seaLevelhPa…
The #define simply performs text replacement at compile time… which works in this case.