mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-08 22:24:27 +02:00
minor whitespaces fix
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user