Fixed typo in configure_ds.py script commmand.

This commit is contained in:
Aditya Patwardhan 2020-11-25 13:04:04 +05:30
parent c707d0d323
commit df0b016cfd

View File

@ -117,7 +117,7 @@ def efuse_summary(args):
def efuse_burn_key(args):
os.system("python $IDF_PATH/components/esptool_py/esptool/espefuse.py --chip esp32s2 -p %s burn_key"
os.system("python $IDF_PATH/components/esptool_py/esptool/espefuse.py --chip esp32s2 -p %s burn_key "
"%s %s HMAC_DOWN_DIGITAL_SIGNATURE --no-read-protect"
% ((args.port), ("BLOCK_KEY" + str(args.efuse_key_id)), (hmac_key_file)))