Skip to content

Upload button defaulting to "Upload Using Programmer" is not supported #103

Closed
@sstaub

Description

@sstaub

Describe the problem

There are two Upload-related operations:

  • Upload
  • Upload Using Programmer

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

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions