Skip to content

Commit d2c2d1d

Browse files
committed
Change Wifi-remote & esp_hosted component versions used
1 parent 7fff176 commit d2c2d1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMake/binutils.ESP32.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ macro(nf_add_idf_as_library)
641641
nf_install_idf_component_from_registry(littlefs 288ff2e7-dfd9-4833-9be5-6e9d37d29880)
642642

643643
if(${TARGET_SERIES_SHORT} STREQUAL "esp32p4")
644-
nf_install_idf_component_from_registry(esp_wifi_remote 754ca2ab-c4f5-4c81-834b-0aa460a84ae8)
645-
nf_install_idf_component_from_registry(esp_hosted b9a7198d-7257-4954-9380-5f9edb15028c)
644+
nf_install_idf_component_from_registry(esp_wifi_remote 3355c7e4-03ac-44a2-b100-1cbb29a05d03)
645+
nf_install_idf_component_from_registry(esp_hosted 9fb39051-7a32-4fbf-83e9-a4b54ab6fae5)
646646
endif()
647647

648648
include(${IDF_PATH_CMAKED}/tools/cmake/idf.cmake)

targets/ESP32/_IDF/sdkconfig.default.esp32p4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
3939
CONFIG_PM_ENABLE=y
4040

4141
CONFIG_SPIRAM=y
42+
CONFIG_SPIRAM_SPEED_200M=y
4243
CONFIG_SPIRAM_BOOT_INIT=y
4344
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
4445

0 commit comments

Comments
 (0)