vial_generate_vfw: bump to v1

vial-develop/k680t
Ilya Zhuravlev 2021-02-07 23:59:17 -05:00
parent 5ebf68afcc
commit 26720f3ef8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def main():
firmware = inf.read()
with open(out, "wb") as outf:
outf.write(b"VIALFW00")
outf.write(b"VIALFW01")
outf.write(uid)
outf.write(struct.pack("<Q", int(time.time())))
outf.write(b"\x00" * 8)