add bmp test
This commit is contained in:
parent
2a9ee54744
commit
ca15f48ac2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue