Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7cf59f

Browse filesBrowse files
authored
Removed duplicated getType documentation. (espressif#9141)
1 parent a1c86ae commit f7cf59f
Copy full SHA for f7cf59f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-18
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-18
lines changed

‎docs/en/api/preferences.rst

Copy file name to clipboardExpand all lines: docs/en/api/preferences.rst
-18Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -198,24 +198,6 @@ Arduino-esp32 Preferences API
198198

199199
**Note**
200200
* Attempting to check a key without a namespace being open will return false.
201-
202-
203-
``getType``
204-
*************
205-
206-
Returns the type of a key-value pair from the currently open namespace.
207-
208-
.. code-block:: arduino
209-
210-
PreferenceType getType(const char * key)
211-
..
212-
213-
**Parameters**
214-
* ``key`` (Required)
215-
- the name of the key to be checked.
216-
217-
**Returns**
218-
* PreferenceType element contaning the type of the key-value pair or PT_INVALID on error.
219201

220202

221203
``putChar, putUChar``

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.