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

Note

No related merge requests found
Pipeline #6591 passed with stage
in 1 minute and 49 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -102,7 +102,7 @@ namespace sensor {
Serial.print(getTemperatureOffset());
Serial.println(F(" K"));
//FIXME: Actually set auto_calibrate_sensor, depending on the config.
//NOTE: scd30.begin() takes care of setting auto-calibration.
Serial.print(F("Auto-calibration is "));
Serial.println(config::auto_calibrate_sensor ? "ON." : "OFF.");
......
Supports Markdown
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