使用赋码仪主板 app升级,方案升级验证通过

This commit is contained in:
ranchuan
2023-10-11 18:10:06 +08:00
parent ed9e4c0c3e
commit f0f36cf79a
25 changed files with 324 additions and 207 deletions

View File

@@ -122,6 +122,7 @@ def creat_head(data:bytearray,date:str):
head+=arr_from_ip("192.168.80.100")
head+=arr_from_int(7777)
head+=arr_from_str("utcp",8)
head+=arr_from_str("slave",12)
head+=arr_byte_copy(0,128-len(head))
# print(head)
return head