Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

ESP Async WebServer/src/SPIFFSEditor.h:16:101: warning: 'SPIFFS' is deprecated: #1016

Closed
j-robin-hunter opened this issue Jul 10, 2021 · 6 comments
Labels

Comments

@j-robin-hunter
Copy link

SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems

@embedded-creations
Copy link

See discussion in #879

@stale
Copy link

stale bot commented Oct 12, 2021

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 12, 2021
@taleroangel
Copy link

In file included from C:\Users\angel\Documents\Development\libraries\ESPAsyncWebServer\src\SPIFFSEditor.cpp:1:
C:\Users\angel\Documents\Development\libraries\ESPAsyncWebServer\src\SPIFFSEditor.h:16:101: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
16 | SPIFFSEditor(const String& username=String(), const String& password=String(), const fs::FS& fs=SPIFFS);
| ^~~~~~
In file included from C:\Users\angel\Documents\Development\libraries\ESPAsyncWebServer\src/ESPAsyncWebServer.h:27,
from C:\Users\angel\Documents\Development\libraries\ESPAsyncWebServer\src\SPIFFSEditor.h:3,
from C:\Users\angel\Documents\Development\libraries\ESPAsyncWebServer\src\SPIFFSEditor.cpp:1:
C:\Users\angel\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS attribute((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
|

@stale
Copy link

stale bot commented Jan 7, 2022

[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

@stale stale bot removed the stale label Jan 7, 2022
@stale
Copy link

stale bot commented Mar 30, 2022

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 30, 2022
@stale
Copy link

stale bot commented Apr 16, 2022

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants