Skip to content

Commit

Permalink
Removed duplicated getType documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viproz committed Jan 19, 2024
1 parent 00a7485 commit 96446e0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/source/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 96446e0

Please sign in to comment.