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
In order to give user libs a change to update to the new symbols, re-add
the _SPIFFS_XX symbols to the linker file with a comment that they are
deprecated.
Also add back spiffs_hal_xxx functions, also marked as deprecated.
Fixesesp8266#6542
In order to give user libs a change to update to the new symbols, re-add
the _SPIFFS_XX symbols to the linker file with a comment that they are
deprecated.
Also add back spiffs_hal_xxx functions, also marked as deprecated.
Fixes#6542
Per #6537 it seems other libraries are using the SPIFFS* symbols that were renamed to FS* (because they could not refer to SPIFFS or LittleFS).
Those symbols should be re-added to the build and marked as deprecated to give folks a warning that they're going away in the next rev.
The text was updated successfully, but these errors were encountered: