Advanced Serial Monitor with UI

This commit is contained in:
Ivan Kravets
2019-11-16 17:45:57 +02:00
parent e9f9871c1e
commit 0029c7fe09
2 changed files with 5 additions and 1 deletions

2
docs

Submodule docs updated: e34f09606a...d297721097

View File

@ -172,6 +172,10 @@ def device_list( # pylint: disable=too-many-branches
help="Load configuration from `platformio.ini` and specified environment",
)
def device_monitor(**kwargs): # pylint: disable=too-many-branches
click.echo(
"Looking for advanced Serial Monitor with UI? "
"Check http://bit.ly/pio-advanced-monitor"
)
project_options = {}
try:
with fs.cd(kwargs["project_dir"]):