Преглед изворни кода

Fix envs using mks_encrypt.py (#21933)

Fix #21928
ellensp пре 3 година
родитељ
комит
c3a65eef7a
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      buildroot/share/PlatformIO/scripts/mks_encrypt.py

+ 1
- 1
buildroot/share/PlatformIO/scripts/mks_encrypt.py Прегледај датотеку

@@ -17,7 +17,7 @@ if 'firmware' in board.get("build").keys():
17 17
 
18 18
 	# Encrypt ${PROGNAME}.bin and save it as build.firmware
19 19
 	def encrypt(source, target, env):
20
-		marlin.encrypt_mks(source, target, env, "build.firmware")
20
+		marlin.encrypt_mks(source, target, env, board.get("build.firmware"))
21 21
 
22 22
 	marlin.add_post_action(encrypt);
23 23
 

Loading…
Откажи
Сачувај