feat: add config to disable ble hci uart flow control

This commit is contained in:
zhiweijian
2023-09-22 16:14:01 +08:00
parent 3b7a37fcd4
commit 150900eabb
5 changed files with 32 additions and 3 deletions

View File

@@ -205,6 +205,11 @@ menu "HCI UART(H4) Options"
help
UART Baudrate for HCI. Please use standard baudrate.
config BTDM_CTRL_HCI_UART_FLOW_CTRL_EN
bool "Enable UART flow control"
depends on BTDM_CTRL_HCI_MODE_UART_H4
default y
endmenu
menu "MODEM SLEEP Options"