Skip to content
Snippets Groups Projects
Commit 5a75967b authored by fxk8y's avatar fxk8y :spider:
Browse files

ST: fixing doc

parent e83d2d5b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ In the following list, `argument` stands for the message content received on the
**topic**: `REQUEST/export_json`
**description**: returns a `JSON` string containing every key from `NVS` except `NVS_TYPE_BLOB` with the structure:
`{`
` "stats": { "": 0, "": 0, "": 0 },`
` "stats": { "used_entries": <NUM>, "free_entries": <NUM>, "total_entries": <NUM> },`
` "storage": {`
` "<NAMESPACE>": {`
` "<KEY>": {`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment