Search found 1 match
- Fri May 24, 2024 12:16 pm
- Forum: ESP-IDF
- Topic: OpenThread deinit crash
- Replies: 0
- Views: 594
OpenThread deinit crash
I'm currently trying to deinitialize OpenThread. I've tried to implement this myself, however this keeps ending up in a Guru Meditation Error: Core 0 panic'ed (Stack protection fault). To implement this I've read up on the docs and saw that I need to: • Call esp_netif_destroy() and esp_openthread_ne...