Skip to content

Serial.end() breaks ESP.restart() #513

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

Closed
everslick opened this issue Jul 15, 2017 · 2 comments
Closed

Serial.end() breaks ESP.restart() #513

everslick opened this issue Jul 15, 2017 · 2 comments

Comments

@everslick
Copy link
Contributor

After Serial.end() has been called (e.g. during a custom shutdown procedure), ESP.restart() will not trigger a hardware reset anymore. The ESP32 just sits there doing nothing. It does seem to go into deep sleep though, because it stops drawing power significantly and cools down pretty quickly.

@everslick
Copy link
Contributor Author

Possibly fixed by #554

@everslick
Copy link
Contributor Author

CLosing, because the bug is in Serial.end() and not related to ESP.restart() at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant