Skip to content

Commit

Permalink
Fix envs using mks_encrypt.py (#21933)
Browse files Browse the repository at this point in the history
Fix #21928
  • Loading branch information
ellensp authored May 17, 2021
1 parent 9c61e6f commit c3a65ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/mks_encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# 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);

Expand Down

0 comments on commit c3a65ee

Please sign in to comment.