File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ Copy a series of bytes stored against a given key in the currently open namespac
578
578
- the number of bytes to be written to the buffer pointed to by ``buf ``
579
579
580
580
**Returns **
581
- * if successful, the number of bytes equal to ``len `` is written to buffer ``buf ``, and the method returns ``1 ``.
581
+ * if successful, the number of bytes equal to ``len `` is written to buffer ``buf ``, and the method returns ``len ``.
582
582
* if the method fails, nothing is written to the buffer and the method returns ``0 ``.
583
583
584
584
**Notes **
@@ -698,4 +698,4 @@ Get the number of free entries available in the key table of the currently open
698
698
* A message providing the reason for a failed call is sent to the arduino-esp32 ``log_e `` facility.
699
699
700
700
701
- .. --- EOF ----
701
+ .. --- EOF ----
You can’t perform that action at this time.
0 commit comments