Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple targets from single platformio run command #788

Closed
blackketter opened this issue Sep 18, 2016 · 0 comments
Closed

Support multiple targets from single platformio run command #788

blackketter opened this issue Sep 18, 2016 · 0 comments
Labels
Milestone

Comments

@blackketter
Copy link

Per the discussion in #787, it seems that a single command like:

platformio run -e nodemcu -t clean -t upload -t monitor

should be able to replace a common pattern of commands like:

pio -e nodemcu -t clean && pio -e nodemcu -t upload && pio -e nodemcu device monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants