Commit 032fc6f0 authored by Käppler's avatar Käppler
Browse files

Debug: do not restart after calibration

parent 0408e1ae
Pipeline #5901 passed with stage
in 2 minutes and 9 seconds
......@@ -158,7 +158,7 @@ namespace sensor {
scd30.setForcedRecalibrationFactor(config::co2_calibration_level);
Serial.println(F(" Done!"));
Serial.println(F("Sensor calibrated."));
ESP.restart(); // softer than ESP.reset
// 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