Skip to content

Commit

Permalink
change default tx power from 3dBm to 9dBm
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijian-Espressif committed Nov 21, 2022
1 parent 6d11786 commit 99cd534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/bt/controller/esp32c3/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ config BT_CTRL_RX_ANTENNA_INDEX_EFF

choice BT_CTRL_DFT_TX_POWER_LEVEL
prompt "BLE default Tx power level"
default BT_CTRL_DFT_TX_POWER_LEVEL_P3
default BT_CTRL_DFT_TX_POWER_LEVEL_P9
help
Specify default Tx power level

Expand Down
2 changes: 1 addition & 1 deletion components/bt/controller/esp32s3/Kconfig.in
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ config BT_CTRL_RX_ANTENNA_INDEX_EFF

choice BT_CTRL_DFT_TX_POWER_LEVEL
prompt "BLE default Tx power level"
default BT_CTRL_DFT_TX_POWER_LEVEL_P3
default BT_CTRL_DFT_TX_POWER_LEVEL_P9
help
Specify default Tx power level

Expand Down

0 comments on commit 99cd534

Please sign in to comment.