OVMS3-idf/examples/system/ota/advanced_https_ota/main
Hrudaynath Dhabe 53e7beb95b esp_https_ota: Added error checking functionalities.
Current implimentation of esp_http_ota does not perform any error-checking in the data writing phase calls `esp_ota_get_next_update_partition()` irrespetive of the received state of the image. A few additional error checking mechanism have now been added inside the esp_https_ota which returns the control in case an invalid header is received and a wrapper to the function `esp_http_client_is_complete_data_received()` of `esp_http_client` has been added.
2019-08-15 21:10:00 +08:00
..
advanced_https_ota_example.c esp_https_ota: Added error checking functionalities. 2019-08-15 21:10:00 +08:00
CMakeLists.txt examples: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk examples/system/ota/advanced_https_ota: Add example for newly introduced APIs in esp_https_ota component 2019-05-02 12:29:29 +05:30
Kconfig.projbuild update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00