-->
Page 1 of 13

! SPIFFS !

PostPosted: Thu Aug 06, 2015 12:57 pm
by danbicks
Hi Guys, can we have some clarification on SPIFFS.

Am I right in thinking that this creates a txt file format and stores this in flash? Looking at the update from iggr a day ago it looks like directory structure is also included.

Has anyone any examples of creating a comma separated txt file or a file of any sort, storing and accessing this through SPIFFS?

Examples of the use of this would be greatly appreciated.

Big thanks

Dans

Re: ! SPIFFS !

PostPosted: Thu Aug 06, 2015 1:27 pm
by andrew melvin
It's coming..... we just need to be patient, and i think we've talking days/a 1-2 weeks... but maybe even a few hours. igrr is a little busy at the moment;)

Re: ! SPIFFS !

PostPosted: Thu Aug 06, 2015 4:40 pm
by igrr
Actually the docs for file system API are already available:
https://github.com/esp8266/Arduino/blob ... ile-system

I will add some examples, but this should already be enough to write some code (open/read/write files, etc.).

Re: ! SPIFFS !

PostPosted: Thu Aug 06, 2015 4:51 pm
by danbicks
IGGR,

Your are a genius :)

Superb really looking forward to having the ability to store and use the SPIFFS file-system.

Big thanks mate

Dans