-
Notifications
You must be signed in to change notification settings - Fork 204
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: 'QRCode' was not declared in this scope #31
Comments
so I think I may know what the problem is, |
@claytantor did you find a way to fix this? I am getting the same error |
The problem for me was that the ESP32 board package also has a |
Really stupid mistake, but the circumnavigate works, thanks! |
Worked for me also, renamed 'qrcode.h' and 'qrcode.c' to 'qrcode_gen.h' and 'qrcode_gen.c', then also tweaked the 'include' line in qrcode.c. |
I encountered a similar issue where there was a conflict between the ESP32 board package and a library with the same name. To resolve this, I copied the header files ( |
wondering what I am doing wrong, I am attempting to compile the example in my Arduino UI
https://github.com/ricmoo/QRCode/blob/master/examples/QRCode/QRCode.ino
I have installed the library using the Library Manager...
also check that it is installed...
and when I try to compile the example,
shouldn't it be able to find
QRCode
? If it is inappropriate to post this here and its not a bug happy to close and move the conversation.The text was updated successfully, but these errors were encountered: