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