mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 14:35:30 +00:00
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.