We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f69fde commit 5658c88Copy full SHA for 5658c88
1 file changed
src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD30.h
@@ -95,7 +95,7 @@ class WipperSnapper_I2C_Driver_SCD30 : public WipperSnapper_I2C_Driver {
95
return false;
96
}
97
98
- if (_scd->getEvent(&_humidity, &_temperature)) {
+ if (!_scd->getEvent(&_humidity, &_temperature)) {
99
100
101
_CO2.CO2 = _scd->CO2;
0 commit comments