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
unfortunately, i can not get it to compile, as it is looking for SPIFFS.h, which has been deprecated for years in favour of LittleFS and does not seem to be present in the libraries for this board anymore. The compiler also complains about NetworkClient not being declared in the current scope. I did not look further into this one.
I tried to use the library inside Platform.io for an
ESP32-WROOM
module, using the following components:unfortunately, i can not get it to compile, as it is looking for
SPIFFS.h
, which has been deprecated for years in favour ofLittleFS
and does not seem to be present in the libraries for this board anymore. The compiler also complains aboutNetworkClient
not being declared in the current scope. I did not look further into this one.My board specification is
Is there any workaround for this? Are there any plans to migrate the library to
LittleFS
in the near future? Thanks in advance for your support.The text was updated successfully, but these errors were encountered: