Skip to content

Commit 0d84bff

Browse files
authored
Update Arduino_CMakeLists.diff
1 parent 30d578f commit 0d84bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/Arduino_CMakeLists.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index 9bccd54051..3475a75dd3 100644
3131
@@ -206,7 +194,7 @@ set(includedirs variants/${CONFIG_ARDUINO_VARIANT}/ cores/esp32/ ${ARDUINO_LIBRA
3232
set(srcs ${CORE_SRCS} ${ARDUINO_LIBRARIES_SRCS})
3333
set(priv_includes cores/esp32/libb64)
34-
set(requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser)
34+
set(requires spi_flash esp_partition mbedtls wpa_supplicant esp_adc esp_eth http_parser esp_psram)
3535
-set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid usb ${ARDUINO_LIBRARIES_REQUIRES})
3636
+set(priv_requires fatfs nvs_flash app_update bootloader_support bt esp_hid ${ARDUINO_LIBRARIES_REQUIRES})
3737

0 commit comments

Comments
 (0)