forked from platformio/platformio-core
Sync docs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 5210aa16d7...71222071ec
@ -582,7 +582,11 @@ ProjectOptions = OrderedDict(
|
|||||||
description="A connection speed (baud rate) to communicate with a target device",
|
description="A connection speed (baud rate) to communicate with a target device",
|
||||||
type=click.INT,
|
type=click.INT,
|
||||||
),
|
),
|
||||||
ConfigEnvOption(group="test", name="test_transport", description="A transport to communicate with a target device",),
|
ConfigEnvOption(
|
||||||
|
group="test",
|
||||||
|
name="test_transport",
|
||||||
|
description="A transport to communicate with a target device",
|
||||||
|
),
|
||||||
ConfigEnvOption(
|
ConfigEnvOption(
|
||||||
group="test",
|
group="test",
|
||||||
name="test_build_project_src",
|
name="test_build_project_src",
|
||||||
|
Reference in New Issue
Block a user