diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h index 529db3b42..3e201b106 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h @@ -53,8 +53,8 @@ class WipperSnapper_I2C_Driver_SGP40 : public WipperSnapper_I2C_Driver { if (!_sgp40->begin(_i2c)) { return false; } - - //TODO: update to use setCalibration() and pass in temp/humidity + + // TODO: update to use setCalibration() and pass in temp/humidity return true; }