Fix QRCode import attempt 2
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Dave Allie 2025-12-26 11:33:41 +10:00
parent 98a39374e8
commit aff4dc6628
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -4,8 +4,8 @@
#include <ESPmDNS.h> #include <ESPmDNS.h>
#include <GfxRenderer.h> #include <GfxRenderer.h>
#include <InputManager.h> #include <InputManager.h>
#include <QRCode.h>
#include <WiFi.h> #include <WiFi.h>
#include <qrcode.h>
#include <cstddef> #include <cstddef>