编译app自动生成boot.bin文件

This commit is contained in:
ranchuan
2023-06-16 18:07:44 +08:00
parent c59f1738a2
commit a9db668162
11 changed files with 247 additions and 88 deletions

View File

@@ -430,6 +430,8 @@ class protu(QObject):
if __name__ == "__main__":
u=protu()
u.init("utcp:7777")
# u.init("utcp:7777")
# u.send_file(0xee,"file/JQ_JCXB_V54.bin")
u.send_file(0xed,"../Objects/checker_gen1_app_20230602.bin")
# u.send_file(0xed,"../Objects/checker_gen1_app_20230602.bin")
u.cmd=0x34
print(u.encode(bytearray()).hex(' '))