From 44df6d4bbeae019a0a5869f76c1bf74aa2005aa2 Mon Sep 17 00:00:00 2001 From: "guillaume.bonabau" Date: Thu, 24 Apr 2025 10:35:03 +0200 Subject: [PATCH] fix: update NOTES_PATH to correct directory --- pysrc/Controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysrc/Controller.py b/pysrc/Controller.py index 1125141..c75cbf2 100644 --- a/pysrc/Controller.py +++ b/pysrc/Controller.py @@ -6,7 +6,7 @@ import serial.tools.list_ports # Define the paths #Short notes -NOTES_PATH = "Player\\notes\\mp3-master\\" +NOTES_PATH = "pysrc\\notes\\mp3-master\\" #Long notes #NOTES_PATH = r"C:\Users\Balthazar\Shared\ECAM\Advance Robotique\Project\Player\notes\high-quality-master\renamed\\" SERIAL_PORT = "COM5"