Skip to content

Commit

Permalink
vial_generate_vfw: bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Feb 8, 2021
1 parent 5ebf68a commit 26720f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/vial_generate_vfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 26720f3

Please sign in to comment.