Unverified Commit f7cf59f7 authored by Vincent's avatar Vincent Committed by GitHub

Removed duplicated getType documentation. (#9141)

parent a1c86ae9
......@@ -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``
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment