Moderator: igrr
Thank you for the nice comment.. EspSaveCrash does not help me, as I use the EEPROM.
I Did not know there was a SPIFFS version, so thank you for kindly pointing this out...
Pablo2048 wrote:You use whole 4096 bytes of EEPROM? I'm also using EEPROM for parameter storage and using small area (512 bytes) for crash save area with my own save crash implementation. EspSaveCrash constructor has 2 parameters - one is offset from begin of the EEPROM and the second one is size. I prefer to use EEPROM instead of SPIFFS because of custom_crash_callback limitations.
I couldn't get the EspSaveCrash working with a custom offset. Will give it another go.