You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected:
When you click the upload button the first time, and it starts uploading, the upload button should switch to a "abort upload" button (suggested icon: an X). So by clicking it a second time, it should abort the upload, the button would revert to an upload button, and you could restart the upload by clicking a third time.
As a second-best option, it could be almost acceptable that there's no such thing as an "abort upload" button, but when you click the upload again while a sketch is already uploading, the current upload should be aborted before a new compile-upload cycle starts.
Observed:
When you click the upload button the second time, a new compile-and-upload cycle starts, while the previous upload still goes on (!!!!), leading to all sorts of pathetic errors and unpredictable, disastrous behavior.
The text was updated successfully, but these errors were encountered:
We welcome bug reports and feature requests but in the future please take the time to search for existing open and closed issues and pull requests before submitting an issue: https://github.com/arduino/Arduino/issues?&q=
If you do find the issue has already been reported or a fix has been submitted, you are welcome to give it a "thumbs up" by clicking on the smiley face icon at the top right to show your support. Please only comment on the issue if you have additional information to add.
Steps to reproduce:
Expected:
When you click the upload button the first time, and it starts uploading, the upload button should switch to a "abort upload" button (suggested icon: an X). So by clicking it a second time, it should abort the upload, the button would revert to an upload button, and you could restart the upload by clicking a third time.
As a second-best option, it could be almost acceptable that there's no such thing as an "abort upload" button, but when you click the upload again while a sketch is already uploading, the current upload should be aborted before a new compile-upload cycle starts.
Observed:
When you click the upload button the second time, a new compile-and-upload cycle starts, while the previous upload still goes on (!!!!), leading to all sorts of pathetic errors and unpredictable, disastrous behavior.
The text was updated successfully, but these errors were encountered: