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
c7e3ccc4
Commit
c7e3ccc4
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Updated example
parent
8ba21e5a
Pipeline
#5997
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/ampel-firmware.ino
+2
-2
ampel-firmware/ampel-firmware.ino
with
2 additions
and
2 deletions
+2
-2
ampel-firmware/ampel-firmware.ino
+
2
-
2
View file @
c7e3ccc4
/**
* Example: Shell
c
ommands
* Example:
IotWebConf18
Shell
C
ommands
.ino
* Description:
* This example is a modified IotWebConf01Minimal.ino, with added shell commands.
*
...
...
@@ -179,7 +179,7 @@ void setup()
{
Serial
.
begin
(
115200
);
Serial
.
println
();
Serial
.
println
(
"Starting up..."
);
Serial
.
println
(
F
(
"Starting up
IotWebConf18ShellCommands
..."
)
)
;
// -- Initializing the configuration.
iotWebConf
.
init
();
...
...
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