From e42387fbf4d65031bdaf9b1ae84091dd63022e41 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 31 Oct 2016 15:41:46 +0200 Subject: [PATCH] Add link to Cloud IDE for PIO Remote --- docs/plus/pio-remote.rst | 9 ++++++--- docs/userguide/remote/cmd_run.rst | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/plus/pio-remote.rst b/docs/plus/pio-remote.rst index 739ebf71..336edb8a 100644 --- a/docs/plus/pio-remote.rst +++ b/docs/plus/pio-remote.rst @@ -38,8 +38,9 @@ A registration is **FREE**. Features -------- +* :ref:`ide_cloud` * :ref:`OTA Device Manager ` -* :ref:`OTA Firmware Uploading ` +* :ref:`OTA Firmware Updates ` * Continuous Deployment * Continuous Delivery * Remote Unit Testing @@ -73,8 +74,9 @@ listing of local and remote devices will look like :ref:`cmd_device_list` and |PIORemote| Agent ----------------- -Start |PIORemote| Agent on a local host machine and work remotely with -your devices **WITHOUT** extra software, services, SSH, VPN, tunneling or +Start |PIORemote| Agent (using :ref:`cmd_remote_agent_start` command) on a +local host machine and work remotely with your devices **WITHOUT** extra +software, 3-rd party services, SSH, VPN, tunneling or opening incoming network ports. |PIORemote| supports wired and wireless devices. Wired devices should be @@ -88,6 +90,7 @@ User Guide (CLI) .. toctree:: :maxdepth: 3 + platformio account <../userguide/account/index> platformio remote <../userguide/remote/index> diff --git a/docs/userguide/remote/cmd_run.rst b/docs/userguide/remote/cmd_run.rst index 9c49450c..df4f0250 100644 --- a/docs/userguide/remote/cmd_run.rst +++ b/docs/userguide/remote/cmd_run.rst @@ -14,7 +14,7 @@ platformio remote run ===================== -**Over-The-Air (OTA) Firmware Uploading** +**Over-The-Air (OTA) Firmware Updates** .. contents:: @@ -32,7 +32,7 @@ Usage Description ----------- -Process remotely environments which are defined in :ref:`projectconf` file. +Process remotely environments which are defined in :ref:`projectconf` file. By default, :ref:`pio_remote` builds project on the local machine and deploy final firmware Over-The-Air (OTA) to remote device.