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
Once an error occurs with avrdude or the flashing progress, the Upload Finish dialog still shows up, assuming everything went fine.
The error codes of the processes are not compared anywhere, which means that exit code != 0 should be handled properly in the flashing / upload process.
The text was updated successfully, but these errors were encountered:
Once an error occurs with avrdude or the flashing progress, the Upload Finish dialog still shows up, assuming everything went fine.
The error codes of the processes are not compared anywhere, which means that exit code != 0 should be handled properly in the flashing / upload process.
The text was updated successfully, but these errors were encountered: