mirror of
https://github.com/espressif/esptool.git
synced 2025-10-17 16:01:18 +08:00
feat(espefuse): Updates efuses for C5 and C61
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# flake8: noqa
|
||||
# fmt: off
|
||||
espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_CAN 1 DIS_DOWNLOAD_MODE 1')
|
||||
espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_DOWNLOAD_MODE 1')
|
||||
if efuses["DIS_FORCE_DOWNLOAD"].get() != 0:
|
||||
raise esptool.FatalError("Burn should be at the end")
|
||||
|
||||
|
Reference in New Issue
Block a user