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
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Note
parent
d1507ae6
Pipeline
#5890
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/web_config.cpp
+1
-0
ampel-firmware/web_config.cpp
with
1 addition
and
0 deletions
+1
-0
ampel-firmware/web_config.cpp
+
1
-
0
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
{
...
...
This diff is collapsed.
Click to expand it.
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