From f1d20f591a2cc0ec50bec69f7edc0e49add30172 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Nov 2019 13:41:54 +0200 Subject: [PATCH] Sync docs --- docs | 2 +- platformio/project/options.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 5210aa16..71222071 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 5210aa16d729bfdc654d2062e109f211e0493fad +Subproject commit 71222071ecbbf0a3db886a6dcc48d9d73e20b107 diff --git a/platformio/project/options.py b/platformio/project/options.py index 16ada252..3788ba55 100644 --- a/platformio/project/options.py +++ b/platformio/project/options.py @@ -582,7 +582,11 @@ ProjectOptions = OrderedDict( description="A connection speed (baud rate) to communicate with a target device", 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( group="test", name="test_build_project_src",