Skip to content

Commit 0e4a372

Browse files
maciejbaczmanskinordicjm
authored andcommitted
kconfig: openthread: set Thread 1.4 by default
set `OPENTHREAD_THREAD_VERSION_1_4` as default Thread version in NCS. Signed-off-by: Maciej Baczmanski <[email protected]>
1 parent 6313015 commit 0e4a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if NET_L2_OPENTHREAD
1212

1313
choice OPENTHREAD_STACK_VERSION
14-
default OPENTHREAD_THREAD_VERSION_1_3
14+
default OPENTHREAD_THREAD_VERSION_1_4
1515
endchoice
1616

1717
config OPENTHREAD_LIBRARY_AVAILABLE

0 commit comments

Comments
 (0)