samples/subsys/mgmt/smp_svr: Fix shell mgmt not working via serial

The Kconfig option SHELL_BACKEND_SERIAL had been defaulting to y,
causing shell to block mcumgr from processing serial input.

Fixes: #34670

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2021-05-06 15:20:08 +00:00 committed by Kumar Gala
commit 56c22355e4

View file

@ -1,3 +1,4 @@
# Enable shell commands.
CONFIG_SHELL=y
CONFIG_SHELL_BACKEND_SERIAL=n
CONFIG_MCUMGR_CMD_SHELL_MGMT=y