diff options
author | dakkar <dakkar@thenautilus.net> | 2024-08-01 11:43:26 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-08-01 11:43:26 +0100 |
commit | d5b48ee1b389cb994b3f741ce02c11b5ab387df4 (patch) | |
tree | 589d12664e6f022a4f79d359d35e370e3a2318db | |
parent | serial protocol: helper program & docs (diff) | |
download | env-sensor-master.tar.gz env-sensor-master.tar.bz2 env-sensor-master.zip |
it works if the sensor spends most of its time powered on, outside
mine spends most of its time powered off, and when it's on, it's inside
rooms with people
-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); |