Commit 08d65d70 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

BME280 and BME680 drivers cannot be used simultaneously

parent 2f8df3f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ depends on meta_driver_i2c

config driver_bme680
bool "BME680 TPH+IAQ Sensor"
depends on meta_driver_i2c
depends on meta_driver_i2c &&!driver_bme280

config driver_ccs811
bool "CCS811 VOC Sensor"