Skip to content

Commit 07f0ad0

Browse files
committed
doc: fix typo in gesture recognition README
JIRA: none Signed-off-by: Jan Zyczkowski <jan.zyczkowski@nordicsemi.no>
1 parent f4635f0 commit 07f0ad0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

applications/gesture_recognition/README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,14 @@ You can find raw datasets used for model training on the `training dataset`_ pag
259259
.. code-block::
260260
261261
CONFIG_DATA_COLLECTION_MODE=y
262+
CONFIG_BLE_MODE_NONE=y
262263
263-
#. If you want to forward the same data over Bluetooth LE using `Nordic UART Service (NUS)`_, additionally enable:
264+
#. If you want to forward the same data over Bluetooth LE using `Nordic UART Service (NUS)`_, additionally switch from No BLE mode to NUS mode:
264265

265266
.. code-block::
266267
267-
CONFIG_DATA_COLLECTION_BLE_NUS=y
268+
CONFIG_DATA_COLLECTION_MODE=y
269+
CONFIG_BLE_MODE_NUS=y
268270
269271
In this mode, you must have an additional development kit running the `Nordic central UART sample`_ to receive the NUS data.
270272

0 commit comments

Comments
 (0)