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