Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
29e78fc3
Commit
29e78fc3
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Could do
parent
43d358a3
Pipeline
#5980
passed with stage
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/led_effects.cpp
+1
-0
ampel-firmware/led_effects.cpp
with
1 addition
and
0 deletions
+1
-0
ampel-firmware/led_effects.cpp
+
1
-
0
View file @
29e78fc3
...
...
@@ -142,6 +142,7 @@ namespace led_effects {
}
void
turnLEDsOnOff
(
int32_t
display_led
)
{
//TODO: Could use strategy pattern with 2 different Effects classes.
config
::
display_led
=
display_led
;
if
(
config
::
display_led
)
{
Serial
.
println
(
F
(
"LEDs are on!"
));
...
...
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
Menu
Explore
Projects
Groups
Snippets