Skip to content

Commit

Permalink
Removed duplicated getType documentation. (#9141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viproz authored Jan 19, 2024
1 parent a1c86ae commit f7cf59f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/en/api/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,24 +198,6 @@ Arduino-esp32 Preferences API

**Note**
* Attempting to check a key without a namespace being open will return false.


``getType``
*************

Returns the type of a key-value pair from the currently open namespace.

.. code-block:: arduino
PreferenceType getType(const char * key)
..
**Parameters**
* ``key`` (Required)
- the name of the key to be checked.

**Returns**
* PreferenceType element contaning the type of the key-value pair or PT_INVALID on error.


``putChar, putUChar``
Expand Down

0 comments on commit f7cf59f

Please sign in to comment.