Arduino-Queue.h
Arduino-Queue.h copied to clipboard
error: 'Queue' does not name a type
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
#ifndef QUEUE_H
#define QUEUE_H
to
#ifndef Queue_h
#define Queue_h
in the Queue.h file.
Arduino Pro Mini: I've had the same problem, thank you for providing the fix!
glad I could help
idk why but someone mentioning me in that issue in every week, wtf happening?
edit: nvm i just clicked the unsubscribe, probably it's spam user or something.
idk why but someone mentioning me in that issue in every week, wtf happening?
edit: nvm i just clicked the unsubscribe, probably it's spam user or something.
I guess it people spamming those links or bots even
