Closed as not planned
Closed as not planned
Copy link
Description
Describe the problem
When I successfully compile and upload a sketch, a first board is successfully flashed.
If I change the board and press the upload button, the IDE recompiles everything before starting the new upload.
This new recompilation is NOT needed as no changes were made to the source files.
To reproduce
- Create a sketch and press the upload button
- The binary file is compiled and uploaded to a board (I am using ESP32 dev-boards and custom-boards).
- Change the board and press the upload button again
Now you see the compilation starting again for the entire sketch.
Note: this behavior can be seen on the boards expecting a manual push button "boot" is pressed. If I skip pressing the button and the upload correctly fails, the next upload trigger the recompilation instead of starting a new upload.
Expected behavior
If no changes were made to the sketch, I expect the compilation step is skipped and the upload starting immediately.
Arduino IDE version
2.0.3
Operating system
Windows
Operating system version
10 Pro
Additional context
No response
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
Assignees
Labels
Has already been submittedHas already been submittedOff topic for this repositoryOff topic for this repositoryRelated to Arduino CLIRelated to Arduino CLIPerceived defect in any part of projectPerceived defect in any part of project