Arduino core for ESP32 Wiki content

Preferences library – max tag length

When using the Preferences library take into account that each entry has a max length of 1984 bytes.

Defined in nvs.h line 127

 * @param[in]  value   The value to set.
 *                     For strings, the maximum length (including null character) is
 *                     1984 bytes.