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
Effortless_SPIFFS when starts removes all files from spiffs on the ESP. Environment
PlatformIO
thebigpotatoe/Effortless-SPIFFS@^2.3.0
Desktop (please complete the following information):
OS: WIN7
Browser Firefox
Version 89.0.2
To Reproduce
Steps to reproduce the behavior:
Inslall the #include "ESPAsyncWebServer.h" and #include "SPIFFSEditor.h"
upload file (in my case main web-page index.html) in platformio console put: pio run -t uploadfs
Open ESP IP and see your webpage and it will be there.
Install #include <Effortless_SPIFFS.h, put eSPIFFS fileSystem; and fileSystem.openFromFile("/settings.txt", mem_hourtoeat); in the code and try to open index page - there no page because it was removed from spiffs.
Remove #include <Effortless_SPIFFS.h> and then again upload index.html file
Open web-interface (ip of ESP) again and it will open now after deleting Effortless_SPIFFS
Expected behavior
Effortless_SPIFFS when starts clear the spiffs on the ESP i suppose.
The text was updated successfully, but these errors were encountered:
Effortless_SPIFFS when starts removes all files from spiffs on the ESP.
Environment
PlatformIO
thebigpotatoe/Effortless-SPIFFS@^2.3.0
Desktop (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Effortless_SPIFFS when starts clear the spiffs on the ESP i suppose.
The text was updated successfully, but these errors were encountered: