Compare commits

...

1 Commits

Author SHA1 Message Date
Mathieu Maret 27a9338c50 bureau: disable bsp180 2018-12-19 22:43:06 +01:00
1 changed files with 5 additions and 4 deletions

View File

@ -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