nvs::NVSHandle::get_string() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesOverride Tree

Return value

- ESP_OK if the value was retrieved successfully - ESP_ERR_NVS_NOT_FOUND if the requested key doesn't exist - ESP_ERR_NVS_INVALID_NAME if key name doesn't satisfy constraints - ESP_ERR_NVS_INVALID_LENGTH if length is not sufficient to store data

References