Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By martinayotte
#25359 It is in GitHub, the last commit has been done 3 days ago : https://github.com/esp8266/Arduino/comm ... 0b40a318eb
But it is not yet in a new BoardManager package thru http://arduino.esp8266.com/stable/packa ... index.json, since it still provide build 1.6.5-947-g39819f0 dated July 23th.
User avatar
By brutzler
#25389 OK,

I understand. No automatic install available.

I made a "Download Zip" from Github. But the directory structure seems not matching to the structure i have on my computer: "C:\Users\brutzler\AppData\Roaming\Arduino15\packages\esp8266\..." (Yes its a windows-PC :o )
Therefore I do not clearly see where to extract the files :(
Looks like I really have to wait for igrr to make a new release.....

And without any example, I will have my difficulties to use this SPIFFS-funcion
User avatar
By brutzler
#25431 tried a little bit for my own:

Saw, that there is a spiffs.h lib in:
C:\Users\brutzler\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-947-g39819f0\cores\esp8266\spiffs

Regarding to this doc: https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/doc/reference.md#file-system I used some commands like SPIFFS.begin();

But I only get a 'SPIFFS' was not declared in this scope
Adding a #include "spiffs.h" --> fatal error: spiffs.h: No such file or directory

Hmm.....