add bmp test

This commit is contained in:
richonguzman 2023-12-12 01:17:37 -03:00
parent 2a9ee54744
commit ca15f48ac2
1 changed files with 0 additions and 3 deletions

View File

@ -172,14 +172,11 @@ namespace BME_Utils {
#endif
presStr = generatePresString(newPress + (Config.bme.heightCorrection/CORRECTION_FACTOR), type);
if (type == "OLED") {
wx = tempStr + "C " + humStr + "% " + presStr + "hPa";
#ifndef BMPSensor
wx = tempStr + "C " + humStr + "% " + presStr + "hPa";
#else
wx = "T: " + tempStr + "C " + "P: " + presStr + "hPa";
#endif
} else {
#ifndef BMPSensor
wx = ".../...g...t" + tempStr + "r...p...P...h" + humStr + "b" + presStr;