mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
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",
|
"-b",
|
||||||
"--baud",
|
"--baud",
|
||||||
type=int,
|
type=int,
|
||||||
default=ProjectOptions["env.monitor_speed"].default,
|
|
||||||
show_default=True,
|
show_default=True,
|
||||||
help="Set baud/speed",
|
help="Set baud/speed [default=%d]" % ProjectOptions["env.monitor_speed"].default,
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--parity",
|
"--parity",
|
||||||
|
Reference in New Issue
Block a user