Skip to content

Commit ec06620

Browse files
authored
Update defconfig.esp32
1 parent 808c4ce commit ec06620

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
@@ -21,6 +21,11 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
2121
CONFIG_BT_STACK_NO_LOG=y
2222
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
2323

24+
# Enable ULP
25+
CONFIG_ULP_COPROC_ENABLED=y
26+
CONFIG_ULP_COPROC_TYPE_FSM=y
27+
CONFIG_ULP_COPROC_RESERVE_MEM=4096
28+
2429
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
2530

2631
CONFIG_ETH_ENABLED=y

0 commit comments

Comments
 (0)