Code: Select all
In file included from /esp32-arduino-lib-builder/components/arduino/libraries/RainMaker/src/RMakerQR.cpp:1:
/esp32-arduino-lib-builder/components/arduino/libraries/RainMaker/src/RMakerQR.h:19:10: fatal error: qrcode.h: No such file or directory
#include <qrcode.h>
^~~~~~~~~~
compilation terminated.
Why is it not being found automatically?
Am i doing soemthing wrong?
I'm just invoking `./build.sh` after a clean clone on a blank ubuntu docker image with the various apt dependencies installed
Thanks