与上位机测试通过

This commit is contained in:
ranchuan
2023-06-14 18:05:04 +08:00
parent 2396796578
commit 2e705692b7
19 changed files with 82 additions and 117 deletions

View File

@@ -355,7 +355,7 @@ class updata_dlg(QObject):
except Exception as e:
pass
def recv_slot(self,cmd:int,data:bytearray,err:str):
print("recv:",cmd,data)
# print("recv:",cmd,data)
if(self.cmd!=cmd):
return
try: