Loading src/driver/Kconfig +3 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,9 @@ config driver_bme680 bool "BME680 TPH+IAQ Sensor" depends on meta_driver_i2c && !driver_bme280 && (arch_arduino_nano || arch_msp430fr5969lp || arch_msp430fr5994lp) # ccs811 is broken and incomplete config driver_ccs811 bool "CCS811 VOC Sensor" depends on meta_driver_i2c config driver_ds2482 bool "DS2482-100 Single-Channel 1-Wire Master" Loading Loading
src/driver/Kconfig +3 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,9 @@ config driver_bme680 bool "BME680 TPH+IAQ Sensor" depends on meta_driver_i2c && !driver_bme280 && (arch_arduino_nano || arch_msp430fr5969lp || arch_msp430fr5994lp) # ccs811 is broken and incomplete config driver_ccs811 bool "CCS811 VOC Sensor" depends on meta_driver_i2c config driver_ds2482 bool "DS2482-100 Single-Channel 1-Wire Master" Loading