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

Note

parent d98537d6
Pipeline #6584 failed with stage
in 2 minutes and 11 seconds
...@@ -18,7 +18,7 @@ namespace config { ...@@ -18,7 +18,7 @@ namespace config {
extern uint16_t &wifi_timeout; // [s] extern uint16_t &wifi_timeout; // [s]
// Sensor // Sensor
extern uint16_t &measurement_timestep; // [s] Value between 2 and 1800 (range for SCD30 sensor). extern uint16_t &measurement_timestep; // [s] How often measurements are displayed
extern uint16_t &altitude_above_sea_level; // [m] extern uint16_t &altitude_above_sea_level; // [m]
extern uint16_t &co2_calibration_level; // [ppm] extern uint16_t &co2_calibration_level; // [ppm]
extern bool &auto_calibrate_sensor; // [true / false] extern bool &auto_calibrate_sensor; // [true / false]
......
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