minor whitespaces fix
This commit is contained in:
parent
0efa2ce475
commit
40752d580e
|
|
@ -115,7 +115,7 @@ String readDataSensor() {
|
|||
newHum = bme.readHumidity();
|
||||
#else
|
||||
newHum = 0;
|
||||
#endif
|
||||
#endif
|
||||
float newPress = (bme.readPressure() / 100.0F);
|
||||
|
||||
//bme.readAltitude(SEALEVELPRESSURE_HPA) // this is for approximate Altitude Calculation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue