Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c48186d08 |
+2
-2
@@ -121,7 +121,7 @@ class RP2040UploaderApp:
|
|||||||
|
|
||||||
if success:
|
if success:
|
||||||
|
|
||||||
# --- NEW: Soft reset the board ---
|
# --- Soft reset the board ---
|
||||||
self.label.config(text="Resetting board...")
|
self.label.config(text="Resetting board...")
|
||||||
print("Resetting board...")
|
print("Resetting board...")
|
||||||
self.master.update()
|
self.master.update()
|
||||||
@@ -148,7 +148,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
root.iconbitmap(r'Resources/icon1.ico')
|
root.iconbitmap(r'Resources/icon1.ico')
|
||||||
|
|
||||||
# Simply set the theme
|
# Set the theme
|
||||||
root.tk.call("source", "Resources/azure.tcl")
|
root.tk.call("source", "Resources/azure.tcl")
|
||||||
root.tk.call("set_theme", "dark")
|
root.tk.call("set_theme", "dark")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user