From 351f7083be423da39d7effbd10045981c550a55b Mon Sep 17 00:00:00 2001 From: zhuzhu Date: Sun, 1 Mar 2026 17:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rid_sim_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rid_sim_windows.py b/rid_sim_windows.py index 4efe7e7..b9545ef 100644 --- a/rid_sim_windows.py +++ b/rid_sim_windows.py @@ -71,7 +71,7 @@ class RIDPosVecPacket: class RIDRDPacket: """运行描述报文 (Message Type 0x3)""" description_type: int = 0 # 描述类型: 0=文字描述 - description: str = "" # 描述内容(最多23字节ASCII) + description: str = "aa" # 描述内容(最多23字节ASCII) @dataclass