Windows: try to fix connection issue#999
Conversation
SergioGasquez
left a comment
There was a problem hiding this comment.
Thanks for the contribution! I like the alignment with esptool, sadly, I dont have any way to test things in Windows. Do you mind adding the workaround? I think the current state could bring back the issue in #554
|
Unfortunately, the But I tried to add the workaround explicitly to the respective calls of Additionally, I did not add the workaround to the |
SergioGasquez
left a comment
There was a problem hiding this comment.
Additionally, I did not add the workaround to the UsbJtagSerialReset, because I'm not sure if it is actually needed there as well...?
Not sure if its also needed there, maybe we can just leave as is for the moment.
Mind adding a changelog entry?
115f8e5 to
138cc02
Compare
When trying to connect to my ESP32, I always got the following error:
Previous versions of
espflashseem to work just fine.After some digging (using
git bisect) I was able to narrow it down to this commit: d7f800e (#562)By reverting that commit, everything works fine again.
The changes also align with the reset.py from
esptool.I wonder if that however causes the original issue to reappear? Maybe the work-around mentioned is needed after all?