mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Run/Upload specific environment
This commit is contained in:
@ -25,6 +25,11 @@ How to build PlatformIO based project
|
|||||||
# Process example project
|
# Process example project
|
||||||
> platformio run
|
> platformio run
|
||||||
|
|
||||||
# Upload firmware
|
# Upload firmware from all environments
|
||||||
> platformio run --target upload
|
> platformio run --target upload
|
||||||
|
|
||||||
|
# Process specific environment
|
||||||
|
> platformio run -e uno
|
||||||
|
|
||||||
|
# Upload firmware from specific environment
|
||||||
|
> platformio run --target upload
|
||||||
|
Reference in New Issue
Block a user