-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: correct Float type size in Preferences API and Tutorial documentation #10113
Conversation
Correct in the data type table and the API call the size of the Preferences `Float` type and returned value for `putFloat()`.
Correct Float type size in the Preferences Types table. Revise text to use `float_t` in place of `float`.
👋 Hello Xylopyrographer, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@Xylopyrographer Can you please fix the docs build issue? Thanks |
Correct the `Explicit markup ends without a blank line; unexpected unindent.`
Description of Change
Correct the size of the Preferences Float type in the API and Tutorial documentation
Tests scenarios
Verified by running a sketch that returns the
sizeof()
afloat_t
and afloat
variable.Related links
None