Hi,
Arduino libraries that handle files usually have a File class derived from Stream.
Here are a few examples:
- SD
- ESP32 FS
- ESP8266 FS
- Arduino Audio Tools
- RasPi Bridge
- SdFat
I think WiFiStorageFile should implement the Stream interface too.
Best regards,
Benoit
Hi,
Arduino libraries that handle files usually have a
Fileclass derived fromStream.Here are a few examples:
I think
WiFiStorageFileshould implement theStreaminterface too.Best regards,
Benoit