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
6ea33a0e
Commit
6ea33a0e
authored
Feb 21, 2022
by
Eric Duminil
Browse files
Note
parent
d1507ae6
Pipeline
#5890
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
6ea33a0e
...
@@ -267,6 +267,7 @@ namespace web_config {
...
@@ -267,6 +267,7 @@ namespace web_config {
//NOTE: Can only work if wifi is on.
//NOTE: Can only work if wifi is on.
sensor_console
::
defineIntCommand
(
"ap"
,
[](
int
onOff
)
{
sensor_console
::
defineIntCommand
(
"ap"
,
[](
int
onOff
)
{
//TODO: Add On-board LED effects to show the changes?
if
(
onOff
)
{
if
(
onOff
)
{
Serial
.
print
(
F
(
"Enable "
));
Serial
.
print
(
F
(
"Enable "
));
}
else
{
}
else
{
...
...
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