mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
parent
9c61e6f1c0
commit
c3a65eef7a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if 'firmware' in board.get("build").keys():
|
|||
|
||||
# Encrypt ${PROGNAME}.bin and save it as build.firmware
|
||||
def encrypt(source, target, env):
|
||||
marlin.encrypt_mks(source, target, env, "build.firmware")
|
||||
marlin.encrypt_mks(source, target, env, board.get("build.firmware"))
|
||||
|
||||
marlin.add_post_action(encrypt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue