Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Nov 13, 2024
1 parent 31bc349 commit 2b13a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/additionalfeatures/nvspartitioneditor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NVS Table Editor

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:

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

0 comments on commit 2b13a9c

Please sign in to comment.