1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

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

View File

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