File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
applications/gesture_recognition Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments