You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is there any chance to integrate the ESP8266WebServer and spiffs filesystem together so then it would be possible to e.g. have at the same directory as is sketch the doc directory, where you can put the images / htmls / javascript files and they will be copied to the flash spiffs filesystem and then you could be able to access the files via http? I saw, that it was done for SDcard but there is a lot of space in flash so why not to have it? Or is it possible now? Is there any example how to do it?