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
hangs on the second line until you pull the USB cable out. It's as if esptool is not calling flush() on the buffers, but the command line case is able to pull the bytes out anyway.
The text was updated successfully, but these errors were encountered:
Possibly the holdup is not pressing the PRG button when you should. I have inserted a message into the flow of output that prints when it gets to the "Connecting...." line
Running this from command line:
gives
Whereas in Python,
hangs on the second line until you pull the USB cable out. It's as if esptool is not calling flush() on the buffers, but the command line case is able to pull the bytes out anyway.
The text was updated successfully, but these errors were encountered: