Skip to content

Commit 2b13a9c

Browse files
update docs
1 parent 31bc349 commit 2b13a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/additionalfeatures/nvspartitioneditor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NVS Table Editor
33

44
The NVS Table Editor helps create a binary file based on key-value pairs provided in a CSV file. The resulting binary file is compatible with the NVS architecture as defined in `ESP-IDF Non Volatile Storage <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/nvs_flash.html>`_. The expected CSV format is:
55

6-
.. code-block:: csv
6+
.. code-block:: text
77
88
key,type,encoding,value <-- column header (must be the first line)
99
namespace_name,namespace,, <-- First entry must be of type "namespace"

0 commit comments

Comments
 (0)