Module esp32_simple::thread
source · Expand description
Thread spawning with automatic device restart on failure.
Functions§
- Handles program failure by restarting the device.
- Runs the main application logic with automatic error logging and device restart on exit.
- Spawns a new thread with a failure guard.