Closed caster1 closed 2 years ago
It seems a circular definition, try putting #include "qrcode.h" in the code before including qrcodeoled
#include "qrcode.h"
#include <qrcodeoled.h>
#include <SSD1306.h>
...
the same code is not compiling for esp32dev bpard but compiling for esp32c3 and s2
Do you have another library than have qrcode.h that can interfere with the compilation?
Test the 2.0.0 version, please, the qrcode.h has been renamed to qrcodedisplay.h to avoid conflicts
Did you manage it to work? I have to close this issue...
hi its being compiled for esp32c3 and s2 but not dev module her is the error log
here is the code