From efc7331f25e0dce18b38355207e9a52bb88085f4 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 17 Apr 2023 22:01:21 +0200 Subject: [PATCH] Default cfg for BMP280 --- WifiControlSensor/config_device.h | 1 + 1 file changed, 1 insertion(+) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index 3156a5b..ae5dbd3 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -30,6 +30,7 @@ //#define CONFIG_ENABLE_DHT //#define CONFIG_DHT_PIN 2 //#define CONFIG_DHT_TYPE DHT22 +//#define CONFIG_ENABLE_BMP280 //#define CONFIG_ENABLE_DRY_SENSOR //If the dry sensor is powered by a GPIO, this GPIO could be defined here