Commit 5f120967 authored by Käppler's avatar Käppler
Browse files

co2_sensor: Do not reset sensor after startup

A soft reset of the SCD30 sensor, i.e.
calling `SCD30.reset()` was added in commit
fe023428 to force an instant update of
the measurement interval after bootup.

It seems, however, that the calibration
value is not stored if the sensor is
reset before carrying out at least one
measurement after calibration.
This breaks calibration with the current code,
because the ESP (and then the SCD30) is reset
directly after calibration.
parent 6412c4ea
Pipeline #4014 passed with stage
in 1 minute and 59 seconds