Tools: add signed_firmware field in apj

This commit is contained in:
bugobliterator 2022-08-18 10:47:50 +05:30 committed by Andrew Tridgell
parent f31d915e14
commit 40d11540ac

View File

@ -27,7 +27,8 @@ d = {
"summary": args.bin,
"version": "0.1",
"image_size": len(img),
"board_revision": 0
"board_revision": 0,
"signed_firmware": False,
}
f = open(args.apj, "w")