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