diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME680.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME680.h index 0c95206de..276f181dc 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME680.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_BME680.h @@ -62,7 +62,7 @@ class WipperSnapper_I2C_Driver_BME680 : public WipperSnapper_I2C_Driver { _bme = new Adafruit_BME680(_i2c); // attempt to initialize BME680 - if (!_bme->begin()) + if (!_bme->begin(_sensorAddress)) return false; // Set up oversampling and filter initialization