-
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
Doesnt work with latest esp32 boards in Arduino IDe #35
Comments
On both ESP32 Pico and ESP Wroom, error comes up on compiler as "'QRCode' does not name a type" |
I followed someone else advice and renamed the QRCode.h and QRCode.C file.
I also renamed the libraries folder to 'qrcoderm'. After that, the library compiled and code was uploaded to me ESP32_DevKitc_v4. Good luck! |
I still can not compile it for ESP32 with Arduino IDE, even after renaming. Tried on two different installations - no luck. |
I think I figured this out. I was in the same boat as all of you above.. I tracked down the ESP32 board folder and deleted the QRCode folder in ESP32.. "C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9\tools\sdk\esp32\include\qrcode" My code immediately compiled with no errors. Remember to do the same if you install board updates. |
This solved my compilation error. Note that if AppData folder might be Hidden. |
I’m back into doing more ESP32 work now; I should consider renaming the component folder. Thanks for the info. :) |
Thank you for the library and please do come back to the ESP32 world! |
Welcome back, renaming does the trick, can you please merge and release the pull request #36 |
Installing latest esp32 boards in Arduino IDE breaks your great library
The text was updated successfully, but these errors were encountered: