OVMS3-idf/components/esp_https_ota
Hrudaynath Dhabe 3bdebe2383 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.
2020-03-18 08:19:56 +00:00
..
include esp_https_ota: Added error checking functionalities. 2020-03-18 08:19:56 +00:00
src esp_https_ota: Added error checking functionalities. 2020-03-18 08:19:56 +00:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
Kconfig esp_https_ota: add config option to (optionally) allow http 2019-01-30 18:11:05 +05:30