Commit 1a676412 authored by Käppler's avatar Käppler
Browse files

More precise comment for SCD30.reset()

parent 3e82e31c
......@@ -80,9 +80,10 @@ namespace sensor {
ESP.restart();
}
// Sometimes after a hard reset of the ESP the SCD30 needs
// a long time until returning the first measurement. Resetting it
// after startup seems to fix this behaviour.
// Changes of the SCD30's measurement timestep do not come into effect
// before the next measurement takes place. That means that after a hard reset
// of the ESP the SCD30 sometimes needs a long time until switching back to 2 s
// for acclimatization. Resetting it after startup seems to fix this behaviour.
scd30.reset();
switchState(BOOTUP);
......
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