I have "potentially" large struct array occupying like 1K+. This is too big for EEPROM, so I'm thinking that SPIFFS will work... My initial thoughts are to take a pointer to the array and write it out byte wise to SPIFFS.. then to try and re-create it back in memory again?
Does anyone know of, have any, or willing to provide examples of doing such things with the new SPIFFS api?
thanks in advance?