mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
Tools: add signed_firmware field in apj
This commit is contained in:
parent
f31d915e14
commit
40d11540ac
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user