Changed for soon to add videos

This commit is contained in:
Tim Schilling / IuK
2024-08-29 12:01:27 +02:00
parent 8ed533a172
commit a439cbe171
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ GPIO.setmode(GPIO.BCM)
GPIO.setup(BUTTON_PIN, GPIO.IN, pull_up_down=GPIO.PUD_UP)
loop_video = 'videos/loop.mp4'
trigger_video = 'videos/trigger.webm'
trigger_video = 'videos/trigger.mp4'
# Funktion zum Abspielen eines Videos
def play_video(video_file):