From 50ba6bd6a11e307a0fa7050643c2b3462da3cb14 Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Thu, 23 Oct 2025 10:20:44 +0800 Subject: [PATCH] change(802.15.4): change the default cca threshold to -75dBm --- components/ieee802154/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ieee802154/Kconfig b/components/ieee802154/Kconfig index 5d0b46666d..54e7229aff 100644 --- a/components/ieee802154/Kconfig +++ b/components/ieee802154/Kconfig @@ -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"