gfroerli / firmware

Firmware for the water temperature sensor project
GNU General Public License v3.0
6 stars 1 forks source link

Use custom panic handler for panic-persist #88

Open dbrgn opened 3 years ago

dbrgn commented 3 years ago

Sleep for a while until restarting to avoid draining the battery with a panic loop.

This can be done using a custom panic handler:

https://github.com/jamesmunns/panic-persist#custom-panic-handler

dbrgn commented 2 years ago

Putting this on hold, see https://github.com/gfroerli/firmware/pull/99#issuecomment-883708941