From 27a9338c500f4e485642be283a463463cb4907f5 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 19 Dec 2018 22:43:06 +0100 Subject: [PATCH] bureau: disable bsp180 --- WifiControlSensor/config_device.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index c727a56..6542a27 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -12,11 +12,12 @@ //#define CONFIF_DISABLE_OTA //#define CONFIG_DISABLE_MQTT -// Enable the temperatue and pressure Sensor BMP180 +// Enable the temperatue and pressure Sensor BMP180 // (CONFIG_BMP180_SDA and CONFIG_BMP180_SDA should be defined as well) -#define CONFIG_ENABLE_BMP180 -#define CONFIG_BMP180_SDA 12 -#define CONFIG_BMP180_SCL 14 +// Disable because of power supply issue +//#define CONFIG_ENABLE_BMP180 +//#define CONFIG_BMP180_SDA 12 +//#define CONFIG_BMP180_SCL 14 #define CONFIG_ENABLE_DHT #define CONFIG_DHT_PIN 2