From 8c48186d0865de9d2c158fd96afef9afc71c9b3b Mon Sep 17 00:00:00 2001 From: Hende Date: Mon, 27 Apr 2026 16:43:02 +0100 Subject: [PATCH] Update rp2040_Loader.py --- rp2040_Loader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rp2040_Loader.py b/rp2040_Loader.py index b2912ce..a7bd145 100644 --- a/rp2040_Loader.py +++ b/rp2040_Loader.py @@ -121,7 +121,7 @@ class RP2040UploaderApp: if success: - # --- NEW: Soft reset the board --- + # --- Soft reset the board --- self.label.config(text="Resetting board...") print("Resetting board...") self.master.update() @@ -148,7 +148,7 @@ if __name__ == "__main__": root.iconbitmap(r'Resources/icon1.ico') - # Simply set the theme + # Set the theme root.tk.call("source", "Resources/azure.tcl") root.tk.call("set_theme", "dark")