/esp8266-fatal

Saves exception details and stack trace anytime the ESP8266 crashes.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

ESP8266_Fatal

Build Status GitHub Discussions GitHub tag (latest by date) GitHub

Save fatal exception details to non-volatile memory

My personal library based and inspired by krzychb's EspSaveCrash

The main difference is that my implementation calls EEPROM.begin() when the sketch is started, instead of when an exception occurs, because once an exception occurs the system might be low on memory causing EEPROM.begin() to fail.

Refer to krzychb's EspSaveCrash for details.

More projects at coertvonk.com