Fix envs using mks_encrypt.py (#21933)

Fix #21928
2.0.x
ellensp 4 years ago committed by Scott Lahteine
parent 755adb8973
commit 5d7c72db5a

@ -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…
Cancel
Save