samples: net: telnet: Enable command handling by default
Not handling telnet commands may lead to some unexpected behaviour, like
telnet client locking when it does not receive a response for DO TIMING
MARK command.
Therefore enable it by default in the sample to improve user exprience.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
diff --git a/samples/net/telnet/prj.conf b/samples/net/telnet/prj.conf
index 8e00513..c18da48 100644
--- a/samples/net/telnet/prj.conf
+++ b/samples/net/telnet/prj.conf
@@ -29,3 +29,4 @@
CONFIG_NET_SHELL=y
CONFIG_KERNEL_SHELL=y
CONFIG_SHELL_BACKEND_TELNET=y
+CONFIG_SHELL_TELNET_SUPPORT_COMMAND=y