From ca995821c88da8d5dc5c721e437565729e3ec3c2 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 6 Mar 2024 09:01:50 -0300 Subject: [PATCH] BME fixes --- src/bme_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bme_utils.h b/src/bme_utils.h index 22257a5..3d7a40c 100644 --- a/src/bme_utils.h +++ b/src/bme_utils.h @@ -4,9 +4,9 @@ #include #include -//#define BME280Sensor // its set by default but you should comment it with "//" +#define BME280Sensor // its set by default but you should comment it with "//" //#define BMP280Sensor // and delete "//" from the one you want to use. -#define BME680Sensor +//#define BME680Sensor #ifdef BME280Sensor #include