Skip to content

Commit 5b3021b

Browse files
authored
esp32: fix build for esp32p4 (#38066)
1 parent d9dc875 commit 5b3021b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/esp32/components/chip/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ dependencies:
3737
- if: "idf_version >=4.3"
3838

3939
espressif/esp_wifi_remote:
40-
version: ">=0.1.12"
40+
version: "^0.7.0"
4141
rules:
4242
- if: "target in [esp32p4]"

examples/all-clusters-app/esp32/sdkconfig.defaults.esp32p4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONFIG_IDF_TARGET="esp32p4"
22

33
# Enable BLE Host but use remote controller
44
CONFIG_BT_NIMBLE_TRANSPORT_UART=n
5-
CONFIG_ESP_ENABLE_BT=y
5+
CONFIG_ESP_HOSTED_ENABLE_BT_NIMBLE=y
66

77
# Increase main task stack size
88
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096

0 commit comments

Comments
 (0)