Skip to content

Commit f0501d0

Browse files
committed
remove default ASC enable
1 parent 746e77f commit f0501d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_scd30.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def __init__(self, i2c_bus, ambient_pressure=0, address=SCD30_DEFAULT_ADDR):
6363

6464
# set continuous measurement interval in seconds
6565
self.measurement_interval = 2
66-
# activate automatic self-calibration
67-
self.self_calibration_enabled = True
6866
# trigger continuous measurements with optional ambient pressure compensation
6967
self.ambient_pressure = ambient_pressure
7068

0 commit comments

Comments
 (0)