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:
parent
6d5d783a49
commit
56c22355e4
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# Enable shell commands.
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_SHELL_BACKEND_SERIAL=n
|
||||
CONFIG_MCUMGR_CMD_SHELL_MGMT=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue