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
Hi there,
I've probably missed some part of the dependencies but I can't find what's missing.
I'm using an ESP32 within the Arduino IDE 2.3.2 with my Adafruit Music Maker (VS1053).
When I try to compile the example (unchanged), I'm getting the following error: /Users/Username/Documents/Arduino/libraries/ESP32_VS1053_Stream/src/ESP32_VS1053_Stream.h:85:27: error: 'WiFiClient' has not been declared
Adding #include <WiFi.h>to the example / the ESP32_VS1053_Stream.h file only leads to further missing dependencies and it should anyhow not be required as the library probably works for everyone else.
As this is within the library, I think that there's something else missing that I don't see. I'd appreciate any kind of hints to that :)
The text was updated successfully, but these errors were encountered:
Hi there,
I've probably missed some part of the dependencies but I can't find what's missing.
I'm using an ESP32 within the Arduino IDE 2.3.2 with my Adafruit Music Maker (VS1053).
When I try to compile the example (unchanged), I'm getting the following error:
/Users/Username/Documents/Arduino/libraries/ESP32_VS1053_Stream/src/ESP32_VS1053_Stream.h:85:27: error: 'WiFiClient' has not been declared
Adding
#include <WiFi.h>
to the example / the ESP32_VS1053_Stream.h file only leads to further missing dependencies and it should anyhow not be required as the library probably works for everyone else.As this is within the library, I think that there's something else missing that I don't see. I'd appreciate any kind of hints to that :)
The text was updated successfully, but these errors were encountered: