minor whitespaces fix

This commit is contained in:
richonguzman 2023-12-12 01:21:49 -03:00
parent 0efa2ce475
commit 40752d580e
1 changed files with 1 additions and 1 deletions

View File

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