From 9ede9d3c6d79fcc8975dad118dc8146393464075 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 26 Jan 2016 13:52:40 +0200 Subject: [PATCH] Temporary solution for PlatformIO IDE and Serial Monitor --- docs/ide/atom.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 11174f48..97ec1982 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -143,6 +143,10 @@ Serial Monitor Serial Monitor was temporary disabled in PlatformIO IDE 0.2.1. See `issue #17 `_. +Temporary solution is to ``Menu: PlatformIO > Install Shell Commands`` and use +:ref:`cmd_serialports_monitor` from system Terminal application (not built-in in +PlatformIO IDE). + Known issues ~~~~~~~~~~~~