Skip to content

Commit bdabb99

Browse files
authored
docs(preferences): Fix getBool function (espressif#9901)
1 parent 0bb59a8 commit bdabb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/en/api/preferences.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Arduino-esp32 Preferences API
524524

525525
.. code-block:: arduino
526526
527-
uint8_t getUChar(const char* key, uint8_t defaultValue = 0);
527+
bool getBool(const char* key, bool defaultValue = false);
528528
529529
..
530530

0 commit comments

Comments
 (0)