Commit c7e3ccc4 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated example

parent 8ba21e5a
Pipeline #5997 failed with stage
in 19 seconds
/** /**
* Example: Shell commands * Example: IotWebConf18ShellCommands.ino
* Description: * Description:
* This example is a modified IotWebConf01Minimal.ino, with added shell commands. * This example is a modified IotWebConf01Minimal.ino, with added shell commands.
* *
...@@ -179,7 +179,7 @@ void setup() ...@@ -179,7 +179,7 @@ void setup()
{ {
Serial.begin(115200); Serial.begin(115200);
Serial.println(); Serial.println();
Serial.println("Starting up..."); Serial.println(F("Starting up IotWebConf18ShellCommands..."));
// -- Initializing the configuration. // -- Initializing the configuration.
iotWebConf.init(); iotWebConf.init();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment