-
-
Notifications
You must be signed in to change notification settings - Fork 436
Upload button defaulting to "Upload Using Programmer" is not supported #103
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
@sstaub |
The problem is the Arduino Pro IDE doesn't support this behavior:
If you look at sstaub's screenshot from arduino/arduino-pro-ide#306, you can see the FQBN of the selected board has the |
Do you have any pointers on how IDE2 should know whether the board is configured for that behavior? Here are a few ideas:
Thanks! |
As I understand from this post on the forum https://forum.arduino.cc/t/add-dedicated-upload-using-programmer-button/625370/2, |
@kittaakos |
Resolved in #2500 and published with IDE 2.3.3 |
Describe the problem
There are two Upload-related operations:
In addition to the menu items (Sketch > Upload / Sketch > Upload Using Programmer) and keyboard shortcuts (Ctrl+U / Ctrl+Shift+U), an upload operation can be triggered by clicking the button on the Arduino IDE toolbar.
Some Arduino boards do not support standard "Upload", so the platform author configured their board definition to do an "Upload Using Programmer" operation when the "Upload" button is clicked. This makes the frequent task of uploading to these boards more convenient for the user than having to use the less accessible menu item.
🐛 Arduino IDE does an "Upload" operation when the button is clicked even when the board is configured for it to trigger an "Upload Using Programmer" operation.
Expected behavior
Arduino IDE does an "Upload Using Programmer" operation on "Upload" button click when the board is configured for that behavior.
Arduino IDE version
7c86f1f
Operating system
All
Operating system version
Any
Additional context
Additional reports:
Issue checklist
The text was updated successfully, but these errors were encountered: