PlatformIO 원격 개발을 위한 보조 명령어.
pio remote [command]는 로컬에서 실행되는pio [command]와 동일한 인수를 사용합니다. 더 많은 정보: https://docs.platformio.org/en/latest/core/userguide/remote/index.html.
pio remote agent list
pio remote agent start --name {{에이전트_이름}} --share {{example1@example.com}} --share {{example2@example.com}}
--agent를 생략하여 모든 에이전트 지정 가능):pio remote --agent {{에이전트_이름1}} --agent {{에이전트_이름2}} device list
pio remote --agent {{에이전트_이름}} device monitor
pio remote --agent {{에이전트_이름}} run
pio remote --agent {{에이전트_이름}} update
pio remote --agent {{에이전트_이름}} test