OVMS3-idf/examples/system/ota/native_ota_example/main
Hrudaynath Dhabe 2b44bc47df 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-12-31 11:14:18 +05:30
..
CMakeLists.txt examples: generic cmake support examples 2018-11-27 13:59:26 +08:00
component.mk examples: Copy ca_cert.pem into both example project dirs 2018-09-19 14:38:19 +10:00
Kconfig.projbuild bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00
native_ota_example.c esp_https_ota: Added error checking functionalities. 2019-12-31 11:14:18 +05:30