Skip to content

Commit

Permalink
[nrfconnect] Repaired wrong script invocation for factory data (#29845)
Browse files Browse the repository at this point in the history
The factory data documentation contains the wrong example of
the factory data script invocation and it did not allow users to use it.
  • Loading branch information
ArekBalysNordic authored and pull[bot] committed Dec 11, 2023
1 parent 7dc6b50 commit 1174171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/nrfconnect_factory_data_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ To use this script, complete the following steps:
b. Add output file path:
```
-o <output_dir>
-o <path_to_output_json_file>
```
c. Generate SPAKE2 verifier using one of the following methods:
Expand Down Expand Up @@ -357,7 +357,7 @@ $ python scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py \
--passcode 20202021 \
--product_finish "matte" \
--product_color "black" \
--out "build.json"' \
--out "build.json" \
--schema "scripts/tools/nrfconnect/nrfconnect_factory_data.schema"
```
Expand Down

0 comments on commit 1174171

Please sign in to comment.