357078504d
This follows up on #5489, where we changed the esp32 core pinning to core 0 in order to work around an issue with IDF < 4.2.0. Now that IDF > 4.2.0 is available, we allow pinning back to core 1, which eliminates some problematic callback latency with WiFi enabled. NimBLE is also pinned to core 1 - the same core as MicroPython - when using IDF >=4.2.
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
# Note this requires building with IDF 4.x
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=
|
|
CONFIG_BTDM_CTRL_MODE_BTDM=
|
|
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
|
|
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=4
|