gui: default load port COM11 to match this bench

Completes the port migration (CLI already defaults to COM11/COM4); the
GUI toolbar field still hardcoded COM1. Supply/meter stay "auto".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
janik
2026-07-01 12:31:50 +07:00
co-authored by Claude Opus 4.8
parent d2dfc73f9e
commit 606858228c
+1 -1
View File
@@ -158,7 +158,7 @@ class TestbenchGUI(tk.Tk):
ttk.Label(bar, text="Load:").pack(side=tk.LEFT)
self._load_port = ttk.Entry(bar, width=8)
self._load_port.insert(0, "COM1")
self._load_port.insert(0, "COM11")
self._load_port.pack(side=tk.LEFT, padx=(2, 4))
ttk.Label(bar, text="@").pack(side=tk.LEFT)
self._load_baud = ttk.Entry(bar, width=7)