From 43ff85e331dac65ee318f42c3934bd6f903b4d0f Mon Sep 17 00:00:00 2001 From: NawfalMotii79 Date: Tue, 10 Mar 2026 01:26:00 +0000 Subject: [PATCH] Update and rename GUI_V6 to GUI_V6.py --- 9_Firmware/9_3_GUI/{GUI_V6 => GUI_V6.py} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename 9_Firmware/9_3_GUI/{GUI_V6 => GUI_V6.py} (97%) diff --git a/9_Firmware/9_3_GUI/GUI_V6 b/9_Firmware/9_3_GUI/GUI_V6.py similarity index 97% rename from 9_Firmware/9_3_GUI/GUI_V6 rename to 9_Firmware/9_3_GUI/GUI_V6.py index e1ba0cd..e8cf8f7 100644 --- a/9_Firmware/9_3_GUI/GUI_V6 +++ b/9_Firmware/9_3_GUI/GUI_V6.py @@ -461,7 +461,7 @@ class RadarGUI: self.gps_label.grid(row=1, column=0, columnspan=4, sticky='w', padx=5, pady=2) # Pitch display - self.pitch_label = ttk.Label(control_frame, text="Pitch: --.--°") + self.pitch_label = ttk.Label(control_frame, text="Pitch: --.--°") self.pitch_label.grid(row=1, column=4, columnspan=2, padx=5, pady=2) # Status info with FT601 specific info @@ -613,4 +613,5 @@ def main(): messagebox.showerror("Fatal Error", f"Application failed to start: {e}") if __name__ == "__main__": - main() \ No newline at end of file + + main()