Can you still help me to understand why the program does NOT compile with this function call:
bmeAltitude = bme0.calcAltitude(pressure, seaLevelhPa);
but it compiles fine with this:
bmeAltitude = bme0.calcAltitude (pressure);
Can you still help me to understand why the program does NOT compile with this function call:
bmeAltitude = bme0.calcAltitude(pressure, seaLevelhPa);
but it compiles fine with this:
bmeAltitude = bme0.calcAltitude (pressure);