Skip to content
Snippets Groups Projects
Commit 5660ea68 authored by Mario Engelmann's avatar Mario Engelmann
Browse files

s

parent ffc55ef3
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ void loop(void) { ...@@ -233,7 +233,7 @@ void loop(void) {
if (checkButton() == LOW) { if (checkButton() == LOW) {
displayLight(true); displayLight(true);
sayInfo(); sayInfos();
} else { } else {
displayLight(false); displayLight(false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment