We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51d667 commit 89ef364Copy full SHA for 89ef364
CMakeLists.txt
@@ -304,6 +304,12 @@ if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThre
304
endif()
305
306
307
+if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_WiFiProv OR CONFIG_ARDUINO_SELECTIVE_RainMaker)
308
+ if(NOT IDF_TARGET STREQUAL "esp32c2")
309
+ list(APPEND requires espressif__qrcode)
310
+ endif()
311
+endif()
312
+
313
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
314
315
if(NOT CONFIG_FREERTOS_HZ EQUAL 1000 AND NOT "$ENV{ARDUINO_SKIP_TICK_CHECK}")
0 commit comments