From e101b02ccb6fa52e93b876f4d87c6d0e759a7330 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 1 Jan 2016 23:30:18 +0200 Subject: [PATCH] Run/Upload specific environment --- examples/wiring-blink/README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/wiring-blink/README.rst b/examples/wiring-blink/README.rst index 3fa548f6..2a3f5ba2 100644 --- a/examples/wiring-blink/README.rst +++ b/examples/wiring-blink/README.rst @@ -25,6 +25,11 @@ How to build PlatformIO based project # Process example project > platformio run - # Upload firmware + # Upload firmware from all environments > platformio run --target upload + # Process specific environment + > platformio run -e uno + + # Upload firmware from specific environment + > platformio run --target upload