🔨 Enhance Lerdge pins, TFTs, and variants (#22658)

This commit is contained in:
Tanguy Pruvot 2021-09-02 01:55:36 +02:00 committed by GitHub
parent 9a9d55ceb0
commit 71a2a95885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 233 additions and 222 deletions

View file

@ -41,7 +41,8 @@ def encrypt(source, target, env):
renamed.close()
if 'encrypt' in board.get("build").keys():
marlin.add_post_action(encrypt);
if board.get("build.encrypt") != "":
marlin.add_post_action(encrypt)
else:
print("LERDGE builds require output file via board_build.encrypt = 'filename' parameter")
exit(1);
exit(1)