Skip to content

Saves exception details and stack trace anytime the ESP8266 crashes.

License

Notifications You must be signed in to change notification settings

cvonk/esp8266-fatal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 100.0%