Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
86f353e8
Commit
86f353e8
authored
Feb 25, 2022
by
Eric Duminil
Browse files
DONE
parent
7a296269
Pipeline
#5955
passed with stage
in 2 minutes and 29 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ampel-firmware/sensor_console.cpp
View file @
86f353e8
...
...
@@ -2,7 +2,6 @@
namespace
sensor_console
{
const
uint8_t
MAX_COMMANDS
=
26
;
//TODO: Check if it's really needed? Is it including parameter???
const
uint8_t
MAX_COMMAND_SIZE
=
40
;
uint8_t
commands_count
=
0
;
...
...
ampel-firmware/web_config.cpp
View file @
86f353e8
...
...
@@ -44,7 +44,6 @@ namespace web_config {
"[s]"
).
build
();
//TODO: Distribute to corresponding classes, possibly with callbacks?
//TODO: Chainedparameters?
/**
* CO2 sensor
*/
...
...
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