File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ endforeach()
293
293
set (includedirs variants/${CONFIG_ARDUINO_VARIANT} / cores/esp32/ ${ARDUINO_LIBRARIES_INCLUDEDIRS} )
294
294
set (srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS} )
295
295
set (priv_includes cores/esp32/libb64)
296
- set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser)
296
+ set (requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser espressif__network_provisioning )
297
297
set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid usb esp_psram ${ARDUINO_LIBRARIES_REQUIRES} )
298
298
299
299
if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThread)
@@ -304,12 +304,6 @@ if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThre
304
304
endif ()
305
305
endif ()
306
306
307
- if (NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_RainMaker OR CONFIG_ARDUINO_SELECTIVE_WiFiProv)
308
- if (NOT IDF_TARGET STREQUAL "esp32c2" )
309
- list (APPEND requires espressif__network_provisioning)
310
- endif ()
311
- endif ()
312
-
313
307
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires} )
314
308
315
309
if (NOT CONFIG_FREERTOS_HZ EQUAL 1000 AND NOT "$ENV{ARDUINO_SKIP_TICK_CHECK} " )
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ dependencies:
49
49
require : public
50
50
espressif/esp_modem :
51
51
version : " ^1.1.0"
52
+ espressif/network_provisioning :
53
+ version : " ~1.0.0"
52
54
espressif/esp-zboss-lib :
53
55
version : " ^1.0.1"
54
56
rules :
You can’t perform that action at this time.
0 commit comments