Skip to content

Commit

Permalink
Update the nrfconnect Factory Data docs with extended rd_uid info.
Browse files Browse the repository at this point in the history
Also aligned the related json schema with the docs.

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
  • Loading branch information
markaj-nordic committed Jun 13, 2023
1 parent 7e593ec commit 06e45f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/guides/esp32/ota.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ requestor using the command below.
./out/debug/chip-tool otasoftwareupdaterequestor read default-otaproviders <REQUESTOR NODE ID> 0
```

If the list does not have your provider, write into default-otaproviders list
of requestor using the command below.
If the list does not have your provider, write into default-otaproviders list of
requestor using the command below.

```
./out/debug/chip-tool otasoftwareupdaterequestor write default-otaproviders '[{"fabricIndex": 1, "providerNodeID": <PROVIDER_NODE_ID_1>, "endpoint": 0}, {"fabricIndex": 1, "providerNodeID": <PROVIDER_NODE_ID_2>, "endpoint": 0}]' <REQUESTOR_NODE_ID> 0
Expand Down
Loading

0 comments on commit 06e45f2

Please sign in to comment.