From c7e3ccc49654007c1e935fcd3e1261e2e9ca14b2 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Mon, 7 Mar 2022 18:27:42 +0100
Subject: [PATCH] Updated example

---
 ampel-firmware/ampel-firmware.ino | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ampel-firmware/ampel-firmware.ino b/ampel-firmware/ampel-firmware.ino
index b464ddd..29e00a7 100644
--- a/ampel-firmware/ampel-firmware.ino
+++ b/ampel-firmware/ampel-firmware.ino
@@ -1,5 +1,5 @@
 /**
- * Example: Shell commands
+ * Example: IotWebConf18ShellCommands.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();
-- 
GitLab