vial_generate_vfw: bump to v1

This commit is contained in:
Ilya Zhuravlev 2021-02-07 23:59:17 -05:00
parent 5ebf68afcc
commit 26720f3ef8

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)