Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel2
co2-ampel
Commits
e3c907b0
Commit
e3c907b0
authored
Jun 22, 2022
by
Eric Duminil
Browse files
Note
parent
d98537d6
Changes
1
Show whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.h
View file @
e3c907b0
...
@@ -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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment