From 3f5a6e9826967c5c55d139d0c10d50770e719f19 Mon Sep 17 00:00:00 2001 From: Tan Yan Quan Date: Wed, 16 Apr 2025 19:07:09 +0800 Subject: [PATCH] fix(openthread): relax CSL accuracy default value --- components/openthread/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openthread/Kconfig b/components/openthread/Kconfig index 428f180c47..be2b3fdf7f 100644 --- a/components/openthread/Kconfig +++ b/components/openthread/Kconfig @@ -279,7 +279,7 @@ menu "OpenThread" config OPENTHREAD_CSL_ACCURACY int "The current CSL rx/tx scheduling drift, in units of ± ppm" - default 20 + default 50 help The current accuracy of the clock used for scheduling CSL operations