Release 1.1.0
- 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.