Unverified Commit bdabb998 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

docs(preferences): Fix getBool function (#9901)

parent 0bb59a87
......@@ -524,7 +524,7 @@ Arduino-esp32 Preferences API
.. code-block:: arduino
uint8_t getUChar(const char* key, uint8_t defaultValue = 0);
bool getBool(const char* key, bool defaultValue = false);
..
......
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