Theme and moving resources
This commit is contained in:
+1
-1
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user