Implement exception handler #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See: https://github.com/esp8266/Arduino/issues/1152
When an exception occurs, save the stack trace to SPIFFS. On reboot, after the WiFi has connected, check if a stack trace file is present or if there is a reset reason like the WDT, then send that info to a webservice and delete the file.
Be sure to make the webservice location configurable and empty by default.
changed the description
mentioned in commit 1df8c7fc0dbbfdf721b87d5ee067446d92c8ce6d
mentioned in commit 7010e83554ca7e02d9e2e1a7f71ea00fffdec5bb
closed