samples/net: Fix echo_client for cc2520
NET_APP settings was missing the device name and enabling the net shell is nice to verify runtime configuration as well. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
dd26f285e5
commit
7d9631e62a
1 changed files with 4 additions and 0 deletions
|
@ -44,3 +44,7 @@ CONFIG_NET_APP_CLIENT=y
|
|||
CONFIG_NET_APP_SETTINGS=y
|
||||
CONFIG_NET_APP_MY_IPV6_ADDR="2001:db8::1"
|
||||
CONFIG_NET_APP_PEER_IPV6_ADDR="2001:db8::2"
|
||||
CONFIG_NET_APP_IEEE802154_DEV_NAME="cc2520"
|
||||
|
||||
CONFIG_NET_SHELL=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue