This commit is contained in:
richonguzman
2025-02-12 14:15:36 -03:00
parent c9ed618a8b
commit f879182f62
2 changed files with 48 additions and 64 deletions
+2 -7
View File
@@ -227,13 +227,8 @@ namespace WX_Utils {
humStr = "..";
}
String presStr;
if (wxModuleAddress == 4) {
presStr = ".....";
} else {
presStr = generatePresString(newPress + (Config.wxsensor.heightCorrection/CORRECTION_FACTOR));
}
String presStr = (wxModuleAddress == 4) ? "....." : generatePresString(newPress + (Config.wxsensor.heightCorrection/CORRECTION_FACTOR));
fifthLine = "BME-> ";
fifthLine += String(int(newTemp + Config.wxsensor.temperatureCorrection));
fifthLine += "C ";