You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the protocol documentation specifies that using the shell
management subsystem of MCU manager via the nRF Connect Device Manager
mobile application is only available for the Android app, this is
missing from the sample documentation - which is added in this commit.
Signed-off-by: Kyra Lengfeld <[email protected]>
Copy file name to clipboardExpand all lines: samples/bluetooth/mesh/dfu/distributor/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Follow the description in the :ref:`dfu_over_bt_mesh` guide on how to perform th
148
148
149
149
The commands can be executed in two ways:
150
150
151
-
* Through the shell management subsystem of MCU manager (for example, using the nRF Connect Device Manager mobile application or :ref:`Mcumgr command-line tool <dfu_tools_mcumgr_cli>`).
151
+
* Through the shell management subsystem of MCU manager (for example, using the nRF Connect Device Manager mobile application on Android or :ref:`Mcumgr command-line tool <dfu_tools_mcumgr_cli>`).
152
152
* By accessing the :ref:`zephyr:shell_api` module over RTT.
0 commit comments