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 <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-09-24 15:16:49 +03:00 committed by Andrew Boie
commit 38f1357780

View file

@ -29,3 +29,5 @@ CONFIG_MAIN_STACK_SIZE=2048
# For IPv6
CONFIG_NET_BUF_DATA_SIZE=256
CONFIG_NET_SHELL=y