-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Sketch uploading fails in verbose mode #6418
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
Comments
I can't repro this, and
I'm seeing the following:
Could you have a partial installation, or older platform.txt (or platform.local.txt)? |
Good eyes. I wonder what the reason was for having a separate option. |
Same for generator ;) Line 303 in 6dd8474
|
earlephilhower
added a commit
to earlephilhower/Arduino
that referenced
this issue
Aug 18, 2019
earlephilhower
added a commit
that referenced
this issue
Aug 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ESP8266 Arduino package 2.5.2 contains an invalid upload command template that fails the upload when using verbose mode.
The following line in platform.txt causes the problem:
This expands to the following:
The "-vv" ends up being passed to upload.py instead of the Python itself, causing the following error:
Modifying the pattern as shown below solves the problem:
The text was updated successfully, but these errors were encountered: