fix(ble): change the default ble cca thresh on ESP32-C5

This commit is contained in:
cjin
2025-06-05 16:37:01 +08:00
committed by zwl
parent 6c5bff1bd8
commit c802176535

View File

@ -681,7 +681,7 @@ config BT_LE_CCA_RSSI_THRESH
int "CCA RSSI threshold value"
depends on BT_LE_TX_CCA_ENABLED
range 20 100
default 20
default 65
help
Power threshold of CCA in unit of -1 dBm.