From 38f13577804c8913963c7456490174df81281fca Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 24 Sep 2019 15:16:49 +0300 Subject: [PATCH] samples: net: mqtt_publisher: Enable net shell Network shell is useful to have in order to debug things so enabling it for this sample application. Signed-off-by: Jukka Rissanen --- samples/net/mqtt_publisher/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/net/mqtt_publisher/prj.conf b/samples/net/mqtt_publisher/prj.conf index ce243d9a74e..83df9c8b9dc 100644 --- a/samples/net/mqtt_publisher/prj.conf +++ b/samples/net/mqtt_publisher/prj.conf @@ -29,3 +29,5 @@ CONFIG_MAIN_STACK_SIZE=2048 # For IPv6 CONFIG_NET_BUF_DATA_SIZE=256 + +CONFIG_NET_SHELL=y