diff --git a/docs b/docs index e34f0960..d2977210 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit e34f09606a71d3d38ff6900881b82e1bcaef6a29 +Subproject commit d2977210978165793d4e98c7a94b4ef045f89eae diff --git a/platformio/commands/device.py b/platformio/commands/device.py index 67c7f05a..6a547ae8 100644 --- a/platformio/commands/device.py +++ b/platformio/commands/device.py @@ -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"]):