mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-15 02:37:48 -06:00
🔨 Enhance Lerdge pins, TFTs, and variants (#22658)
This commit is contained in:
parent
9a9d55ceb0
commit
71a2a95885
28 changed files with 233 additions and 222 deletions
|
@ -45,7 +45,8 @@ if 'encrypt' in board_keys:
|
|||
def encrypt(source, target, env):
|
||||
marlin.encrypt_mks(source, target, env, board.get("build.encrypt"))
|
||||
|
||||
marlin.add_post_action(encrypt);
|
||||
if board.get("build.encrypt") != "":
|
||||
marlin.add_post_action(encrypt)
|
||||
|
||||
#
|
||||
# For build.rename simply rename the firmware file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue