Skip to content

Releases: krzychb/EspSaveCrash

Release 1.3.0

23 Jan 04:46
Compare
Choose a tag to compare
  • Users who are already using EEPROM can now continue in an intuitive way and not have this library close the EEPROM by calling EEPROM.end() within the library. Now in the constructor if you set persistEEPROM = true then this library will .commit() instead of .end() - contribution by @bwjohns4 👍
  • Updated related documenation and fixed broken link.

Release 1.2.0

04 Apr 19:19
fd7cc2c
Compare
Choose a tag to compare
  • Reimplement crashToBuffer() by removing duplicate code and adding a check for buffer size to prevent the buffer overflow and crash - contribution by @oxan 👍
  • Small code updates and spelling error fixes

Release 1.1.0

07 Dec 13:02
Compare
Choose a tag to compare
  • Accept offset and size parameters passed into the constructor. Contributed by @jlpdiez.
  • The crash log can be stored to char buffer for more convenient use with a web server. WebServerCrashCheck example to show saving crash data to user buffer to check it remotely with web browser using ESP8266WebServer. Contributed by @brainelectronics.

Maintenance Release

18 Aug 20:21
Compare
Choose a tag to compare
  1. Fixed displaying of incomplete stack trace
  2. Example sketch - ExtendedCrashTester.ino
  3. Example sketch - RemoteCrashCheck.ino

Initial Release

14 Aug 17:32
Compare
Choose a tag to compare
  1. EspSaveCrash library
  2. Example sketch - SimpleCrash.ino