-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Feature Request: Configure "platformio device monitor" from platformio.ini #787
Comments
To elaborate on the last idea, I think it would be awesome to be able to do something like this:
Which would clean, build, upload and then monitor the nodemcu environment. (Maybe this should be a separate feature request?) |
alias piobatch="pio -t clean && pio -t upload && pio device monitor" |
Fair enough, I already have bunch of similar aliases. :) I figured it would be generally useful for folks to be able to do this kind of build/install/monitor cycle within a single command and it wasn't obvious to me why I guess then, we'd need to have a -e option on So the with an environment-aware device monitor the alias would be:
|
Good, please open a separate issue. I think we will find solution for that 😊 P.S: How is PlatformIO 3.0? Do you have problems with it? |
PlatformIO 3.0 seems great so far, no problems! Great job! |
Thanks!!! PlatformIO 3.1 is coming this week! :) |
Dynamic variables http://docs.platformio.org/en/latest/projectconf.html#dynamic-variables Also, +50 new boards :) |
SWEET!
|
Please http://docs.platformio.org/en/latest/projectconf.html#monitor-options |
It should be possible to configure “
platformio device monitor
” options from platformio.iniI'd love to be able to add a couple lines to my platformio.ini file like:
and this would configure "platformio device monitor" on a per-target basis.
Ideally, all the "device monitor" options would be available this way.
Bonus idea: "
platformio run -t monitor
" would monitor, similarly to uploading via "platformio run -t upload
"The text was updated successfully, but these errors were encountered: