Skip to content

Commit

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

See merge request espressif/esp-idf!25874
  • Loading branch information
dobairoland committed Sep 8, 2023
2 parents 4afb2a8 + b83a565 commit 697e3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/idf_py_actions/serial_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'help': 'Serial port.',
'scope': 'global',
'envvar': 'ESPPORT',
'type': click.Path(),
'default': None,
}

Expand Down

0 comments on commit 697e3e8

Please sign in to comment.