Skip to content

Commit

Permalink
[nrfconnect] Repaired wrong script invocation for factory data (proje…
Browse files Browse the repository at this point in the history
…ct-chip#29845)

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 HunsupJung committed Oct 23, 2023
1 parent 1d1434e commit e92558d
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 e92558d

Please sign in to comment.