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
69e7efeb
Commit
69e7efeb
authored
Feb 24, 2022
by
Eric Duminil
Browse files
Longer commands are allowed, e.g. for SSID
parent
735f3923
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/sensor_console.cpp
View file @
69e7efeb
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
namespace
sensor_console
{
namespace
sensor_console
{
const
uint8_t
MAX_COMMANDS
=
26
;
const
uint8_t
MAX_COMMANDS
=
26
;
//TODO: Check if it's really needed? Is it including parameter???
//TODO: Check if it's really needed? Is it including parameter???
const
uint8_t
MAX_COMMAND_SIZE
=
2
0
;
// Should be enough for "set_time 1618829570\n"
const
uint8_t
MAX_COMMAND_SIZE
=
4
0
;
uint8_t
commands_count
=
0
;
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