mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Merge branch 'bugfix/fix_c3_s3_some_bugs_06_15' into 'master'
Bugfix/fix c3 s3 some bugs 06 15 See merge request espressif/esp-idf!14018
This commit is contained in:
@@ -383,3 +383,16 @@ config BT_CTRL_HCI_TL_EFF
|
||||
default 0 if BT_CTRL_HCI_MODE_UART_H4
|
||||
default 1 if BT_CTRL_HCI_M0DE_VHCI
|
||||
default 1
|
||||
|
||||
config BT_CTRL_AGC_RECORRECT_EN
|
||||
bool "Enable HW AGC recorrect"
|
||||
default n
|
||||
help
|
||||
Enable uncoded phy AGC recorrect
|
||||
|
||||
config BT_CTRL_CODED_AGC_RECORRECT_EN
|
||||
bool "Enable coded phy AGC recorrect"
|
||||
depends on BT_CTRL_AGC_RECORRECT_EN
|
||||
default n
|
||||
help
|
||||
Enable coded phy AGC recorrect
|
||||
|
@@ -400,3 +400,16 @@ config BT_CTRL_HCI_TL_EFF
|
||||
default 0 if BT_CTRL_HCI_MODE_UART_H4
|
||||
default 1 if BT_CTRL_HCI_M0DE_VHCI
|
||||
default 1
|
||||
|
||||
config BT_CTRL_AGC_RECORRECT_EN
|
||||
bool "Enable HW AGC recorrect"
|
||||
default n
|
||||
help
|
||||
Enable uncoded phy AGC recorrect
|
||||
|
||||
config BT_CTRL_CODED_AGC_RECORRECT_EN
|
||||
bool "Enable coded phy AGC recorrect"
|
||||
depends on BT_CTRL_AGC_RECORRECT_EN
|
||||
default n
|
||||
help
|
||||
Enable coded phy AGC recorrect
|
||||
|
Reference in New Issue
Block a user