$ pio run --target upload -e native
Warning! Ignore unknown configuration option `target` in section [env:native]
Processing native (platform: native)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 0 compatible libraries
Scanning dependencies...
No dependencies
Building in release mode
*** Do not know how to make File target `upload' (example/upload). Stop.
============================ [FAILED] Took 0.45 seconds ========================
Environment Status Duration
------------- -------- ------------
nodemcu-32s IGNORED
native FAILED 00:00:00.454
==================== 1 failed, 0 succeeded in 00:00:00.454 =====================
使い方
12345
$ pio run --target upload # upload nodemcu-32s and native
$ pio run --target upload -e nodemcu-32s # upload nodemcu-32s
$ pio test # test nodemcu-32s and native
$ pio test -e nodemcu-32s # test nodemcu-32s
$ pio test -e native # test native