Skip to content

Commit dd17fc6

Browse files
authored
Update defconfig.esp32
1 parent f0e596d commit dd17fc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/defconfig.esp32

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
1919
CONFIG_BT_STACK_NO_LOG=y
2020
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
2121

22+
# Enable ULP
23+
CONFIG_ULP_COPROC_ENABLED=y
24+
CONFIG_ULP_COPROC_TYPE_FSM=y
25+
CONFIG_ULP_COPROC_RESERVE_MEM=4096
26+
2227
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
2328

2429
CONFIG_ETH_ENABLED=y

0 commit comments

Comments
 (0)