ESP-IDF + 0/2 examples
SourceVu will show references to wl_write() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK, if data was written successfully; - ESP_ERR_INVALID_ARG, if dst_offset exceeds partition size; - ESP_ERR_INVALID_SIZE, if write would go out of bounds of the partition; - or one of error codes from lower-level flash driver.

Notes

Prior to writing to WL storage, make sure it has been erased with wl_erase_range call.

References

from examples