mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix qrcode gen
This commit is contained in:
parent
63983fb745
commit
98ab905eb3
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue