mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
Merge branch 'bugfix/idf_py_help_env_var_v4.1' into 'release/v4.1'
Tools: Mention ESPPORT and ESPBAUD in idf.py --help (v4.1) See merge request espressif/esp-idf!9291
This commit is contained in:
commit
065d64555d
@ -143,7 +143,7 @@ def action_extensions(base_actions, project_path):
|
||||
|
||||
baud_rate = {
|
||||
"names": ["-b", "--baud"],
|
||||
"help": "Baud rate for flashing.",
|
||||
"help": "Baud rate for flashing. The default value can be set with the ESPBAUD environment variable.",
|
||||
"scope": "global",
|
||||
"envvar": "ESPBAUD",
|
||||
"default": 460800,
|
||||
@ -151,7 +151,7 @@ def action_extensions(base_actions, project_path):
|
||||
|
||||
port = {
|
||||
"names": ["-p", "--port"],
|
||||
"help": "Serial port.",
|
||||
"help": "Serial port. The default value can be set with the ESPPORT environment variable.",
|
||||
"scope": "global",
|
||||
"envvar": "ESPPORT",
|
||||
"default": None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user