mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Add link to Cloud IDE for PIO Remote
This commit is contained in:
@ -38,8 +38,9 @@ A registration is **FREE**.
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
* :ref:`ide_cloud`
|
||||||
* :ref:`OTA Device Manager <cmd_remote_device>`
|
* :ref:`OTA Device Manager <cmd_remote_device>`
|
||||||
* :ref:`OTA Firmware Uploading <cmd_remote_run>`
|
* :ref:`OTA Firmware Updates <cmd_remote_run>`
|
||||||
* Continuous Deployment
|
* Continuous Deployment
|
||||||
* Continuous Delivery
|
* Continuous Delivery
|
||||||
* Remote Unit Testing
|
* Remote Unit Testing
|
||||||
@ -73,8 +74,9 @@ listing of local and remote devices will look like :ref:`cmd_device_list` and
|
|||||||
|PIORemote| Agent
|
|PIORemote| Agent
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Start |PIORemote| Agent on a local host machine and work remotely with
|
Start |PIORemote| Agent (using :ref:`cmd_remote_agent_start` command) on a
|
||||||
your devices **WITHOUT** extra software, services, SSH, VPN, tunneling or
|
local host machine and work remotely with your devices **WITHOUT** extra
|
||||||
|
software, 3-rd party services, SSH, VPN, tunneling or
|
||||||
opening incoming network ports.
|
opening incoming network ports.
|
||||||
|
|
||||||
|PIORemote| supports wired and wireless devices. Wired devices should be
|
|PIORemote| supports wired and wireless devices. Wired devices should be
|
||||||
@ -88,6 +90,7 @@ User Guide (CLI)
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
||||||
|
platformio account <../userguide/account/index>
|
||||||
platformio remote <../userguide/remote/index>
|
platformio remote <../userguide/remote/index>
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
platformio remote run
|
platformio remote run
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
**Over-The-Air (OTA) Firmware Uploading**
|
**Over-The-Air (OTA) Firmware Updates**
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Usage
|
|||||||
Description
|
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
|
By default, :ref:`pio_remote` builds project on the local machine and deploy
|
||||||
final firmware Over-The-Air (OTA) to remote device.
|
final firmware Over-The-Air (OTA) to remote device.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user