We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When uploading, the status logs all show as errors:
Perhaps we could do some heuristics on these logs and specially redirect them as INFO?
avrdude has a flag to redirect output to a file instead of stderr: https://manpages.ubuntu.com/manpages/bionic/man1/avrdude.1.html Perhaps we could output to a temp file and then monitor?
avrdude
stderr
PIO has the ability to pass flags to the uploader: https://docs.platformio.org/en/latest/projectconf/sections/env/options/upload/upload_flags.html so we wouldn't need to modify the .ini project file
.ini
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When uploading, the status logs all show as errors:
Perhaps we could do some heuristics on these logs and specially redirect them as INFO?
avrdude
has a flag to redirect output to a file instead ofstderr
: https://manpages.ubuntu.com/manpages/bionic/man1/avrdude.1.htmlPerhaps we could output to a temp file and then monitor?
PIO has the ability to pass flags to the uploader: https://docs.platformio.org/en/latest/projectconf/sections/env/options/upload/upload_flags.html so we wouldn't need to modify the
.ini
project fileThe text was updated successfully, but these errors were encountered: