cvonk / esp8266-fatal

Saves exception details and stack trace anytime the ESP8266 crashes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Saves exception details and stack trace anytime the ESP8266 crashes.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 100.0%