mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(nimble): Add chip dependancy flag for Flow control feature
This commit is contained in:
@ -377,7 +377,7 @@ config BT_NIMBLE_GATT_MAX_PROCS
|
|||||||
|
|
||||||
config BT_NIMBLE_HS_FLOW_CTRL
|
config BT_NIMBLE_HS_FLOW_CTRL
|
||||||
bool "Enable Host Flow control"
|
bool "Enable Host Flow control"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED && !SOC_ESP_NIMBLE_CONTROLLER
|
||||||
default y if IDF_TARGET_ESP32
|
default y if IDF_TARGET_ESP32
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user