File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ index 9bccd54051..3475a75dd3 100644
31
31
@@ -206,7 +194,7 @@ set(includedirs variants/${CONFIG_ARDUINO_VARIANT}/ cores/esp32/ ${ARDUINO_LIBRA
32
32
set(srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS})
33
33
set(priv_includes cores/esp32/libb64)
34
- set(requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser esp_psram )
35
- - set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid usb ${ARDUINO_LIBRARIES_REQUIRES})
36
- + set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid ${ARDUINO_LIBRARIES_REQUIRES})
34
+ set(requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser)
35
+ - set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid usb esp_psram ${ARDUINO_LIBRARIES_REQUIRES})
36
+ + set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid esp_psram ${ARDUINO_LIBRARIES_REQUIRES})
37
37
38
38
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
39
39
You can’t perform that action at this time.
0 commit comments