From 7774d51f726c17cb8ab160c11cda8c7bf34a9c3a Mon Sep 17 00:00:00 2001 From: Sora Peterkau Date: Wed, 15 Oct 2025 21:20:00 +0200 Subject: [PATCH] =?UTF-8?q?Froschi-Variable=20zugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ebd6d0d..ac4a005 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,8 @@ int Hello = 0; int CanUHearMe = 0; +int Froschi = 1; + void setup() { @@ -39,5 +41,5 @@ void loop() { CanUHearMe = 0; } - + }