From 14ef0611d3ebb951a21c2a5695e0844c15aa2588 Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Wed, 18 Oct 2023 11:05:37 +0200 Subject: [PATCH] [nrfconnect] Repaired wrong script invocation for factory data The factory data documentation contains the wrong example of the factory data script invocation and it did not allow users to use it. --- docs/guides/nrfconnect_factory_data_configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/nrfconnect_factory_data_configuration.md b/docs/guides/nrfconnect_factory_data_configuration.md index 1cc4bf01adccfb..d30a12f1e82025 100644 --- a/docs/guides/nrfconnect_factory_data_configuration.md +++ b/docs/guides/nrfconnect_factory_data_configuration.md @@ -247,7 +247,7 @@ To use this script, complete the following steps: b. Add output file path: ``` - -o + -o ``` c. Generate SPAKE2 verifier using one of the following methods: @@ -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" ```