mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix: fix idf passing wrong chip revision to idf_monitor
This commit is contained in:
parent
a300e79589
commit
73e380cc3a
@ -126,7 +126,7 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
|
||||
|
||||
target_arch_riscv = get_sdkconfig_value(project_desc['config_file'], 'CONFIG_IDF_TARGET_ARCH_RISCV')
|
||||
monitor_args += ['--target', project_desc['target']]
|
||||
revision = project_desc.get('rev')
|
||||
revision = project_desc.get('min_rev')
|
||||
if revision:
|
||||
monitor_args += ['--revision', revision]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user