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
e2fb6ded
Commit
e2fb6ded
authored
Feb 11, 2022
by
Eric Duminil
Browse files
Too many commands. :)
parent
d1200037
Pipeline
#5788
passed with stage
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/sensor_console.cpp
View file @
e2fb6ded
#include
"sensor_console.h"
namespace
sensor_console
{
const
uint8_t
MAX_COMMANDS
=
2
0
;
const
uint8_t
MAX_COMMAND_SIZE
=
3
0
;
const
uint8_t
MAX_COMMANDS
=
2
2
;
const
uint8_t
MAX_COMMAND_SIZE
=
2
0
;
// Should be enough for "set_time 1618829570\n"
uint8_t
commands_count
=
0
;
...
...
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