Run specified targets

pio run

  • Run PlatformIO project targets.
    More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio run --target {{target1}} --target {{target2}}

click the source code to copy