Froschi-Variable zugefügt

This commit is contained in:
2025-10-15 21:20:00 +02:00
parent 4b43222c6f
commit 7774d51f72

View File

@@ -2,6 +2,8 @@
int Hello = 0;
int CanUHearMe = 0;
int Froschi = 1;
void setup()
{
@@ -39,5 +41,5 @@ void loop()
{
CanUHearMe = 0;
}
}