From b53591999cbd5e5a7ddab338a2610778a8a5aab3 Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Fri, 17 Oct 2025 21:50:36 +0200 Subject: [PATCH] =?UTF-8?q?Hallo-Nachricht=20zugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 08ecca2..5e5e316 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ void setup() pinMode(LEDpin3, OUTPUT); Serial.begin(9600); - Serial.println("Hallo"); + Serial.println("Hallo Sora"); } void loop()