mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Tools: Mention ESPPORT and ESPBAUD in idf.py --help
Closes https://github.com/espressif/esp-idf/issues/5461
This commit is contained in:
parent
3266511582
commit
995676010e
@ -139,7 +139,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,
|
||||
@ -147,7 +147,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