fix qrcode gen

This commit is contained in:
Tomasz Duda 2024-08-09 16:36:10 +02:00
parent 63983fb745
commit 98ab905eb3
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@
#include <cstdint>
#ifndef USE_ZEPHYR
#include "qrcodegen.h"
namespace esphome {
@ -35,4 +34,3 @@ class QrCode : public Component {
};
} // namespace qr_code
} // namespace esphome
#endif

View file

@ -197,6 +197,7 @@ build_flags =
-DUSE_NRF52
lib_deps =
bblanchon/ArduinoJson@7.0.0 ; json
wjtje/qr-code-generator-library@1.7.0 ; qr_code
; All the actual environments are defined below.