forked from platformio/platformio-core
Fixed an issue when monitor_speed was ignored in configuration file // Resolve #4319
This commit is contained in:
@ -32,9 +32,8 @@ from platformio.project.options import ProjectOptions
|
||||
"-b",
|
||||
"--baud",
|
||||
type=int,
|
||||
default=ProjectOptions["env.monitor_speed"].default,
|
||||
show_default=True,
|
||||
help="Set baud/speed",
|
||||
help="Set baud/speed [default=%d]" % ProjectOptions["env.monitor_speed"].default,
|
||||
)
|
||||
@click.option(
|
||||
"--parity",
|
||||
|
Reference in New Issue
Block a user