OVMS3-idf/examples/protocols/esp_http_client
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
..
main nvs_flash: Version compatibility check for nvs storage 2018-08-08 12:43:50 +05:30
esp_http_client_test.py ci: temp disable http client tests: 2018-07-28 15:04:28 +08:00
Makefile Add esp_http_client 2018-05-21 09:35:07 +07:00
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00

ESP HTTP Client Example

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