-
Notifications
You must be signed in to change notification settings - Fork 10
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
error: 'StaticRingbuffer_t' does not name a type #29
Comments
What version of the esp32 environment are you using? Arduino IDE or PIO? Need more info. Just found #25 that seems about the same problem. |
Thank you for responding.
The problem was I had REALLY old esp32 board definitions versions on my
device.
Apologies for the inconvenience.
Your demo radio program is working GREAT!
Thank you so much for your work for the community!
Best wishes,
Gord
(Ontario Canada)
…On Sun, Apr 28, 2024 at 4:37 PM Cellie ***@***.***> wrote:
What version of the esp32 environment are you using? Arduino IDE or PIO?
Need more info.
Just found #25
<#25> that
seems about the same problem.
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR6K6LLTD2HCHGQVUPVJJ2DY7VM2JAVCNFSM6AAAAABG4RVBKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGY2DMNRVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Closing this issue as resolved. |
CelliesProjects
changed the title
Trying to use your basic Example sketch
error: 'StaticRingbuffer_t' does not name a type
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added my SSID and psk to the file.
When compiling get:
C:\Documents\Arduino\libraries\ESP32_VS1053_Stream-master\src/ESP32_VS1053_Stream.h:75:5: error: 'StaticRingbuffer_t' does not name a type
StaticRingbuffer_t *_buffer_struct;
Please help me resolve this issue so I can use your library in my esp32 internet radio project.
Thank you for your creation and support of this library.
Gord
The text was updated successfully, but these errors were encountered: