esp-idf/examples/protocols
Sagar Bijwe a3b5a23b87 nvs_flash: Version compatibility check for nvs storage
This change adds a check for compatibility between the nvs version
found on nvs flash and the one assumed by running code during nvs
initialization. Any mismatch is reported to the user using new error
code ESP_ERR_NVS_NEW_VERSION_FOUND.
2018-08-08 12:43:50 +05:30
..
aws_iot nvs_flash: Version compatibility check for nvs storage 2018-08-08 12:43:50 +05:30
coap_client
coap_server
esp_http_client nvs_flash: Version compatibility check for nvs storage 2018-08-08 12:43:50 +05:30
http2_request
http_request
https_mbedtls
https_request
mdns
openssl_client
openssl_server
pppos_client
sntp
udp_multicast
README.md

README.md

Protocols Examples

Implementation of internet communication protocols and services.

See the README.md file in the upper level examples directory for more information about examples.