OVMS3-idf/components/nvs_flash/include
Ivan Grokhotkov a25a4a0a7c nvs: check value size before writing, document limitations
Writing values longer than half of the page size (with header taken into
account) causes fragmentation issues. Previously it was suggested on the
forum that using long values may cause issues, but this wasn’t checked
in the library itself, and wasn’t documented. This change adds necessary
checks and introduces the new error code.

Documentation is also fixed to reflect the fact that the maximum length
of the key is 15 characters, not 16.
2017-05-31 12:59:24 +08:00
..
nvs.h nvs: check value size before writing, document limitations 2017-05-31 12:59:24 +08:00
nvs_flash.h nvs: check that storage has at least one free page 2017-03-14 22:03:39 +08:00