Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/api/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Copy a series of bytes stored against a given key in the currently open namespac
- the number of bytes to be written to the buffer pointed to by ``buf``

**Returns**
* if successful, the number of bytes equal to ``len`` is written to buffer ``buf``, and the method returns ``1``.
* if successful, the number of bytes equal to ``len`` is written to buffer ``buf``, and the method returns ``len``.
* if the method fails, nothing is written to the buffer and the method returns ``0``.

**Notes**
Expand Down Expand Up @@ -698,4 +698,4 @@ Get the number of free entries available in the key table of the currently open
* A message providing the reason for a failed call is sent to the arduino-esp32 ``log_e`` facility.


.. --- EOF ----
.. --- EOF ----