diff --git a/esp-videoswitcher.ino b/esp-videoswitcher.ino index f638761..5bb9658 100644 --- a/esp-videoswitcher.ino +++ b/esp-videoswitcher.ino @@ -362,10 +362,11 @@ void loop() { // Zeige aktuelle Quelle auf dem Strip an strip.None(); - for (int j=0;j lastMillis + 1000) + if (millis() > lastMillis + 1000) // Timeout { currentnumber = 0; }