mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/handle_flow_control_flag_v5.3' into 'release/v5.3'
fix(nimble): Add chip dependancy flag for Flow control feature (v5.3) See merge request espressif/esp-idf!39295
This commit is contained in:
@@ -412,7 +412,7 @@ config BT_NIMBLE_GATT_MAX_PROCS
|
||||
|
||||
config BT_NIMBLE_HS_FLOW_CTRL
|
||||
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 n
|
||||
help
|
||||
|
Reference in New Issue
Block a user