mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-01 11:02:14 +02:00
bmp fix
This commit is contained in:
@@ -130,7 +130,7 @@ String readDataSensor() {
|
||||
#ifndef BMPSensor
|
||||
humStr = generateHumString(newHum);
|
||||
#else
|
||||
humStr = "-99";
|
||||
humStr = "..";
|
||||
#endif
|
||||
presStr = generatePresString(newPress + (HEIGHT_CORRECTION/CORRECTION_FACTOR));
|
||||
fifthLine = "BME-> " + String(int(newTemp))+"C " + humStr + "% " + presStr.substring(0,4) + "hPa";
|
||||
|
||||
Reference in New Issue
Block a user