Skip to content

Commit 72d94b2

Browse files
Update Float call prototype
1 parent 72934a9 commit 72d94b2

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
@@ -269,6 +269,7 @@ Arduino-esp32 Preferences API
269269
size_t putUInt(const char* key, uint32_t value)
270270
size_t putLong(const char* key, int32_t value)
271271
size_t putULong(const char* key, uint32_t value)
272+
size_t putFloat(const char* key, float_t value)
272273
273274
..
274275
@@ -298,7 +299,6 @@ Arduino-esp32 Preferences API
298299
299300
size_t putLong64(const char* key, int64_t value)
300301
size_t putULong64(const char* key, uint64_t value)
301-
size_t putFloat(const char* key, float_t value)
302302
size_t putDouble(const char* key, double_t value)
303303
304304
..

0 commit comments

Comments
 (0)