Search found 1 match

by JohnGE
Tue Mar 28, 2023 8:37 pm
Forum: ESP32 Arduino
Topic: Execute custom code before guru meditation error
Replies: 0
Views: 885

Execute custom code before guru meditation error

I am using the esp32 Arduino core 2.0.7 and the Arduino IDE. I want to execute some custom code before a guru meditation error. The esp_register_shutdown_handler() seems to do this before esp_restart. Is there a similar way of registering a handler that is invoked before a guru meditation error - or...