diff options
-rw-r--r-- | co2.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ public: Serial.println(errorMessage); } - error = scd4x.setAutomaticSelfCalibration(1); + error = scd4x.setAutomaticSelfCalibration(0); if (error) { Serial.print("! CO2 setAutomaticSelfCalibration() error: "); errorToString(error, errorMessage, 256); |