diff --git a/p33_from31.py b/p33_from31.py index 75aa364..c4410ee 100644 --- a/p33_from31.py +++ b/p33_from31.py @@ -63,7 +63,7 @@ video_paths = { 24: {"video": "0208E-EYES-Xarma.mp4", "leds": [LED_PIN_1], "buttons": [BUTTON_PIN_1], "next_videos": [25], "duration": 367}, 25: {"video": "0299-END.mp4", "leds": [], "buttons": [], "next_videos": [], "duration": 249}, 26: {"video": "0301B-Oxik.mp4", "leds": [LED_PIN_6, LED_PIN_7], "buttons": [BUTTON_PIN_6, BUTTON_PIN_7], "next_videos": [5, 29], "duration": 311}, - 27: {"video": "0301-Oxik.mp4", "leds": [LED_PIN_7, LED_PIN_6], "buttons": [BUTTON_PIN_7, BUTTON_PIN_6], "next_videos": [30, 40], "duration": 286}, + 27: {"video": "0301-Oxik.mp4", "leds": [LED_PIN_7, LED_PIN_6, LED_PIN_3], "buttons": [BUTTON_PIN_7, BUTTON_PIN_6, BUTTON_PIN_3], "next_videos": [30, 40, 14], "duration": 286}, 28: {"video": "0302B-Mairu.mp4", "leds": [LED_PIN_4], "buttons": [BUTTON_PIN_4], "next_videos": [31], "duration": 256}, 29: {"video": "0302C-Mairu.mp4", "leds": [LED_PIN_2, LED_PIN_4], "buttons": [BUTTON_PIN_2, BUTTON_PIN_4], "next_videos": [43, 31], "duration": 215}, 30: {"video": "0302-Mairu.mp4", "leds": [LED_PIN_4], "buttons": [BUTTON_PIN_4], "next_videos": [31], "duration": 261},