mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dfu: add esp32s3 to supported DFU targets for idf.py
This commit is contained in:
parent
f0a3ccc732
commit
fbbcf5c5bc
@ -4,7 +4,7 @@ from idf_py_actions.tools import ensure_build_directory, is_target_supported, ru
|
||||
|
||||
def action_extensions(base_actions, project_path):
|
||||
|
||||
SUPPORTED_TARGETS = ['esp32s2']
|
||||
SUPPORTED_TARGETS = ['esp32s2', 'esp32s3']
|
||||
|
||||
def dfu_target(target_name, ctx, args, part_size):
|
||||
ensure_build_directory(args, ctx.info_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user