Skip to content

Commit

Permalink
docs(preferences): Fix getBool function (#9901)
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Jun 19, 2024
1 parent 0bb59a8 commit bdabb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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);
..
Expand Down

0 comments on commit bdabb99

Please sign in to comment.