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