添加执行任务命令生成和解析
This commit is contained in:
@@ -132,6 +132,7 @@ def scheme_to_byte(j:json):
|
||||
t+=scheme_taskids_to_byte(j)
|
||||
t+=scheme_tasks_to_byte(j)
|
||||
crc=crc32(t)
|
||||
print("scheme crc32=",hex(crc))
|
||||
t.append(crc&0xff)
|
||||
t.append((crc>>8)&0xff)
|
||||
t.append((crc>>16)&0xff)
|
||||
|
Reference in New Issue
Block a user