Theme and moving resources

This commit is contained in:
2025-07-10 12:03:18 +01:00
parent 572430bc8d
commit 56a47bc4a3
132 changed files with 1162 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class RP2040UploaderApp:
self.master = master
master.title("RP2040 Uploader")
self.folder_path = os.path.join(os.getcwd(), "Resources")
self.folder_path = os.path.join(os.getcwd(), "Resources/RP2040")
self.config_path = os.path.join(self.folder_path, "config.json")
self.label = tk.Label(master, text="Searching for RP2040...")