sampes/smp_svr: Bring back UART shell when using BT transport
Adding configuration options to bring old behaviour where UART shell have been available when overlay-bt.conf has been used for building sample. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
58b3e2d8b6
commit
26d32bdd48
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ CONFIG_MCUMGR_TRANSPORT_BT_AUTHEN=n
|
|||
CONFIG_MCUMGR_TRANSPORT_BT_CONN_PARAM_CONTROL=y
|
||||
|
||||
# Enable the Shell mcumgr transport.
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_SHELL_BACKEND_SERIAL=y
|
||||
CONFIG_MCUMGR_TRANSPORT_SHELL=y
|
||||
|
||||
# Enable the mcumgr Packet Reassembly feature over Bluetooth and its configuration dependencies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue