mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
change(802.15.4): change the default cca threshold to -75dBm
This commit is contained in:
@@ -53,9 +53,9 @@ menu "IEEE 802.15.4"
|
||||
int "CCA detection threshold"
|
||||
depends on IEEE802154_ENABLED
|
||||
range -120 0
|
||||
default -60
|
||||
default -75
|
||||
help
|
||||
set the CCA threshold, in dB
|
||||
set the CCA threshold, in dBm
|
||||
|
||||
config IEEE802154_PENDING_TABLE_SIZE
|
||||
int "Pending table size"
|
||||
|
||||
Reference in New Issue
Block a user