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
53398ba9
Commit
53398ba9
authored
Mar 07, 2022
by
Eric Duminil
Browse files
Removing debug info. Still not working
parent
2d31a9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/ampel-firmware.ino
View file @
53398ba9
...
...
@@ -170,10 +170,7 @@ void setup()
void
loop
()
{
iotWebConf
.
doLoop
();
Serial
.
print
(
"<"
);
shell
::
checkSerialInput
();
Serial
.
print
(
">"
);
delay
(
50
);
}
/**
...
...
@@ -350,7 +347,6 @@ namespace shell {
void
checkSerialInput
()
{
while
(
Serial
.
available
()
>
0
)
{
Serial
.
print
(
"?"
);
shell
::
processSerialInput
(
Serial
.
read
());
}
}
...
...
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