-
Notifications
You must be signed in to change notification settings - Fork 31
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: 'Queue' does not name a type #3
Comments
Arduino Pro Mini: |
glad I could help |
Repository owner
deleted a comment
Feb 1, 2024
Repository owner
deleted a comment from
PuchkovaAnastasia
Feb 22, 2024
Repository owner
deleted a comment from
Tejesh18
Feb 23, 2024
Repository owner
deleted a comment from
m4s1t4
Mar 4, 2024
Repository owner
deleted a comment from
OmerTurann
Mar 4, 2024
Repository owner
deleted a comment from
Idris933
Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered the following error message when trying to use the Queue.h library in the Arduino IDE coding for a ESP-32 developer board:
error: 'Queue' does not name a type
The fix was to change
to
in the Queue.h file.
The text was updated successfully, but these errors were encountered: