-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the flash is erased and the power is accidentally cut off, the connection will be stuck in "connecting..." #142
Comments
Which board or chip are you using ? Could you copy the trace ? Which Baud rate are you using ? |
Chip is ESP32-D0WD-V3 (revision v3.0)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under normal circumstances, the connection prompt is
This may take a long time, but at least the connection will be successful.
When the flash is erased and the power is accidentally cut off, the connection will be stuck in "connecting...".
I speculate that the program is stuck at 'await this.transport.connect(this.romBaudrate, this.serialOptions);',but I don't know how to solve it.
I tried to flash the firmware using esptool.exe, and esptool.exe worked normally. So the device itself should be fine.
The text was updated successfully, but these errors were encountered: