mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1a85d64da8
Add a component to support QR Code display required for different types of provisioning.
6 lines
203 B
CMake
6 lines
203 B
CMake
idf_component_register(SRCS "esp_qrcode_main.c" "esp_qrcode_wrapper.c" "qrcodegen.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES
|
|
PRIV_REQUIRES )
|
|
|