Commit ce17be45 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated doc

parent daf9e805
Pipeline #4030 passed with stage
in 1 minute and 55 seconds
......@@ -304,7 +304,7 @@ namespace sensor {
if (timestep >= 2 && timestep <= 1800) {
Serial.print(F("Setting Measurement Interval to : "));
Serial.print(timestep);
Serial.println(F("s."));
Serial.println(F("s (change will only be applied after next measurement)."));
scd30.setMeasurementInterval(timestep);
config::measurement_timestep = timestep;
led_effects::showKITTWheel(color::green, 1);
......
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