From 4217c132191be5c1783120ca8bd633eb1da1d8d7 Mon Sep 17 00:00:00 2001 From: ezn Date: Tue, 19 Nov 2024 14:50:03 +0000 Subject: [PATCH] video 43 button change > 4 >> 2 --- p33_from31.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p33_from31.py b/p33_from31.py index 6e221df..75aa364 100644 --- a/p33_from31.py +++ b/p33_from31.py @@ -79,7 +79,7 @@ video_paths = { 40: {"video": "0402-Xarma.mp4", "leds": [LED_PIN_2, LED_PIN_5], "buttons": [BUTTON_PIN_2, BUTTON_PIN_5], "next_videos": [5, 41], "duration": 326}, 41: {"video": "0403-Xarma-IpariSuri.mp4", "leds": [LED_PIN_7, LED_PIN_5], "buttons": [BUTTON_PIN_7, BUTTON_PIN_5], "next_videos": [43, 8], "duration": 299}, 42: {"video": "0404E-EYES-Oxik.mp4", "leds": [LED_PIN_7, LED_PIN_3, LED_PIN_4], "buttons": [BUTTON_PIN_7, BUTTON_PIN_3, BUTTON_PIN_4], "next_videos": [11, 44, 20], "duration": 229}, - 43: {"video": "0404-Oxik-Tartalo-Mairu.mp4", "leds": [LED_PIN_1, LED_PIN_7, LED_PIN_3, LED_PIN_4], "buttons": [BUTTON_PIN_1, BUTTON_PIN_7, BUTTON_PIN_3, BUTTON_PIN_4], "next_videos": [42, 11, 44, 20], "duration": 237}, + 43: {"video": "0404-Oxik-Tartalo-Mairu.mp4", "leds": [LED_PIN_1, LED_PIN_7, LED_PIN_3, LED_PIN_2], "buttons": [BUTTON_PIN_1, BUTTON_PIN_7, BUTTON_PIN_3, BUTTON_PIN_2], "next_videos": [42, 11, 44, 20], "duration": 237}, 44: {"video": "0405-Maider.mp4", "leds": [LED_PIN_5, LED_PIN_3], "buttons": [BUTTON_PIN_5, BUTTON_PIN_3], "next_videos": [36, 45], "duration": 409}, 45: {"video": "0406-MaiderIpariSuri.mp4", "leds": [LED_PIN_1], "buttons": [BUTTON_PIN_1], "next_videos": [46], "duration": 280}, 46: {"video": "0499-END.mp4", "leds": [], "buttons": [], "next_videos": [], "duration": 216},