From 5163a1e89f5c696d96d6a1b4870d2206a415be0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:01:02 +0000 Subject: [PATCH 1/2] Initial plan From 663e713c09d6674c9fad1be7500b3e5825370730 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:01:56 +0000 Subject: [PATCH 2/2] Fix: preserve send input content after sending data Co-authored-by: no010 <189323449+no010@users.noreply.github.com> --- src/ui/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/main_window.py b/src/ui/main_window.py index b0d5a22..6efbda6 100644 --- a/src/ui/main_window.py +++ b/src/ui/main_window.py @@ -915,7 +915,6 @@ def send_data(self): if self.serial_manager.send_text(text, fmt): self.sent_bytes += len(text.encode('utf-8')) - self.send_input.clear() # 日志记录 self.log_writer.write_tx(text.encode('utf-8'), self.hex_send_check.isChecked())