aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--co2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/co2.h b/co2.h
index a6a1480..6a89c8d 100644
--- a/co2.h
+++ b/co2.h
@@ -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);