Skip to content

Commit ae9581d

Browse files
committed
samples: net: echo-client: Enable event mgmt info support
CONFIG_NET_MGMT_EVENT_INFO needs to be enabled for this sample so that we can get detailed information when the event is generated. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 844190c commit ae9581d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/echo_client/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CONFIG_NET_IPV4=y
77
CONFIG_NET_SOCKETS=y
88
CONFIG_ZVFS_POLL_MAX=5
99
CONFIG_NET_CONNECTION_MANAGER=y
10+
CONFIG_NET_MGMT_EVENT_INFO=y
1011

1112
CONFIG_POSIX_API=y
1213

0 commit comments

Comments
 (0)