Files
esp-rainmaker/components
yuanjm b5952ed4ac esp_rmaker_param: Fix for a 4000 byte limitation on persistent param values
Parameters with PROP_FLAG_PERSIST could not be stored to NVS if their size was greater 4000 bytes
since they were getting stored as strings. Changed them to blobs, which allows much higher limit.
This does not break any existing devices since the firmware code checks for blobs as well as strings
for backward compatibility.
2021-07-09 19:54:47 +08:00
..
2021-07-06 23:02:24 +05:30