Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bdabb99

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎docs/en/api/preferences.rst

Copy file name to clipboardExpand all lines: docs/en/api/preferences.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.