We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72934a9 commit 72d94b2Copy full SHA for 72d94b2
docs/en/api/preferences.rst
@@ -269,6 +269,7 @@ Arduino-esp32 Preferences API
269
size_t putUInt(const char* key, uint32_t value)
270
size_t putLong(const char* key, int32_t value)
271
size_t putULong(const char* key, uint32_t value)
272
+ size_t putFloat(const char* key, float_t value)
273
274
..
275
@@ -298,7 +299,6 @@ Arduino-esp32 Preferences API
298
299
300
size_t putLong64(const char* key, int64_t value)
301
size_t putULong64(const char* key, uint64_t value)
- size_t putFloat(const char* key, float_t value)
302
size_t putDouble(const char* key, double_t value)
303
304
0 commit comments