Skip to content

Commit

Permalink
add openthread udpEndpoint (#15542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and jmeg-sfy committed Mar 8, 2022
1 parent b1604eb commit b985269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/lock-app/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ declare_args() {
}

chip_enable_openthread = true
chip_system_config_use_open_thread_udp = true
pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip"
pw_assert_BACKEND = "$dir_pw_assert_log"
1 change: 1 addition & 0 deletions examples/window-app/efr32/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ declare_args() {
pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip"
pw_assert_BACKEND = "$dir_pw_assert_log"
chip_enable_openthread = true
chip_system_config_use_open_thread_udp = true

0 comments on commit b985269

Please sign in to comment.