esp-idf/examples/protocols/esp_http_client
Sagar Bijwe 1df85e0039 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-05 00:00:56 +00:00
..
main nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
Makefile
README.md
esp_http_client_test.py ci: temp disable http client tests: 2018-07-27 19:45:12 +08:00

README.md

ESP HTTP Client Example

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