电机电流单独测试逻辑优化

This commit is contained in:
2025-05-16 13:55:33 +08:00
parent b758733b59
commit 66df4edbed
7 changed files with 44 additions and 22 deletions

1
aio.py
View File

@ -807,7 +807,6 @@ class MainWindow(main_window.Ui_MainWindow):
def prog_done_ec_send(self, results):
flag, result, ret, error, idx, cmd = results
print(f"res = {results}")
if ret[1] == "error":
clibs.logger("ERROR", "openapi", f"{ret[0]}", "red")
else: