Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFiStorageFile should implement the Stream interface #276

Open
bblanchon opened this issue Mar 8, 2024 · 0 comments
Open

WiFiStorageFile should implement the Stream interface #276

bblanchon opened this issue Mar 8, 2024 · 0 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@bblanchon
Copy link

bblanchon commented Mar 8, 2024

Hi,

Arduino libraries that handle files usually have a File class derived from Stream.

Here are a few examples:

  1. SD
  2. ESP32 FS
  3. ESP8266 FS
  4. Arduino Audio Tools
  5. RasPi Bridge
  6. SdFat

I think WiFiStorageFile should implement the Stream interface too.

Best regards,
Benoit

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants