From d641ab621417d9895b9a4b9b0dfd9991c06e0e49 Mon Sep 17 00:00:00 2001 From: ezn Date: Sun, 17 Nov 2024 16:23:05 +0000 Subject: [PATCH] cleanup removed 3 seconds of delay for video 1 button and led --- p33_from31.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/p33_from31.py b/p33_from31.py index 6332940..a17f4e1 100644 --- a/p33_from31.py +++ b/p33_from31.py @@ -212,8 +212,6 @@ def loop_video(): player.play(video_path) player.loop = True # Enable infinite looping - # Wait for 3 seconds before enabling the button and LED - time.sleep(3) GPIO.output(LED_PIN_1, GPIO.HIGH) # Activate LED 1 GPIO.setup(BUTTON_PIN_1, GPIO.IN, pull_up_down=GPIO.PUD_UP) # Enable Button 1