From ca15f48ac2d6de5a8859634ff55e438bb4fd1104 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 12 Dec 2023 01:17:37 -0300 Subject: [PATCH] add bmp test --- src/bme_utils.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bme_utils.cpp b/src/bme_utils.cpp index 90b107f..959d436 100644 --- a/src/bme_utils.cpp +++ b/src/bme_utils.cpp @@ -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;