Skip to content

Commit 3f5a6e9

Browse files
committed
fix(openthread): relax CSL accuracy default value
1 parent 1c6405e commit 3f5a6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/openthread/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ menu "OpenThread"
279279
config OPENTHREAD_CSL_ACCURACY
280280
int "The current CSL rx/tx scheduling drift, in units of ± ppm"
281281

282-
default 20
282+
default 50
283283
help
284284
The current accuracy of the clock used for scheduling CSL operations
285285

0 commit comments

Comments
 (0)