• Daniël van de Giessen's avatar
    esp32/panichandler: Print support information on panic. · c10a74b1
    Daniël van de Giessen authored
    When a fatal error occurs it's important to know which precise version it
    occurred on in order to be able to decode the crash dump information such
    as the backtrace.
    
    By wrapping around the built-in IDF panic handler we can print some extra
    information whenever a fatal error occurs.  The message links to a new wiki
    page which contains additional information on how to debug ESP32 issues,
    and links to the bug reporting issue template.
    Signed-off-by: default avatarDaniël van de Giessen <daniel@dvdgiessen.nl>
    c10a74b1
panichandler.c 2.71 KB