How to completely halt ESP32? #17936
Jibun-no-Kage
started this conversation in
General
Replies: 1 comment
-
1st question ... this is how I do it on a ESP32-CAM: Be aware that RTC memory is reset as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to completely halt ESP32? If I call sys.exit() that halts program at a software level only, any hardware timers are still active. Is there a way to test if any hardware timer is still running?
Beta Was this translation helpful? Give feedback.
All reactions