Skip to content

Commit

Permalink
Merge branch 'support/add_default_config_for_br' into 'main'
Browse files Browse the repository at this point in the history
feat(BR): enable RCP uart configuration by default

See merge request espressif/esp-thread-br!110
  • Loading branch information
chshu committed Feb 6, 2024
2 parents ec65dc8 + bb9a55d commit c055cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic_thread_border_router/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CONFIG_OPENTHREAD_ENABLED=y
CONFIG_OPENTHREAD_BORDER_ROUTER=y
CONFIG_OPENTHREAD_CLI_OTA=y
CONFIG_OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG=y
CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
# end of OpenThread

#
Expand Down

0 comments on commit c055cbc

Please sign in to comment.