Skip to content

Commit

Permalink
Merge branch 'fix/click-port-compl_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
fix(tools): fix autocomplete for --port option (v4.4)

See merge request espressif/esp-idf!25876
  • Loading branch information
dobairoland committed Oct 5, 2023
2 parents fd07086 + b266352 commit fcc43ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/idf_py_actions/serial_ext.py
Expand Up @@ -193,6 +193,7 @@ def ota_targets(target_name, ctx, args):
'help': 'Serial port.',
'scope': 'global',
'envvar': 'ESPPORT',
'type': click.Path(),
'default': None,
}

Expand Down

0 comments on commit fcc43ef

Please sign in to comment.