Merge branch 'main' into py-display

This commit is contained in:
CGD
2026-03-31 14:24:27 +08:00
committed by GitHub
74 changed files with 1034 additions and 451 deletions
+2 -2
View File
@@ -751,8 +751,8 @@ class ConnectionHandler:
memory_type = self.config["Memory"][self.config["selected_module"]["Memory"]][
"type"
]
# 如果使用 nomen,直接返回
if memory_type == "nomem":
# 如果使用 nomen 或 mem_report_only,直接返回
if memory_type == "nomem" or memory_type == "mem_report_only":
return
# 使用 mem_local_short 模式
elif memory_type == "mem_local_short":