Commit 5d1580a9 authored by Eric Duminil's avatar Eric Duminil
Browse files

Merge branch 'dev/fixcalib' into 'develop'

co2_sensor: Do not reset ESP after calibration

See merge request !7
parents 6412c4ea 703edb7d
Pipeline #4018 passed with stage
in 1 minute and 54 seconds
......@@ -163,7 +163,6 @@ namespace sensor {
scd30.setForcedRecalibrationFactor(config::co2_calibration_level);
Serial.println(F(" Done!"));
Serial.println(F("Sensor calibrated."));
ESP.restart(); // softer than ESP.reset
}
void logToSerial() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment