OVMS3-idf/components/esp_https_ota
Jitin George f49e91f744 esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs
Bugfixes:
- Fix http url redirection issue
- Fix basic/digest auth issue with http url

Features:
- Add support for adding custom http header
- Add support for reading firmware image header
- Add support for monitoring upgrade status
  - This requires breaking down esp_https_ota API such that it allows finer application level control
  - For simpler use-cases previous API is still supported

Closes https://github.com/espressif/esp-idf/issues/3218
Closes https://github.com/espressif/esp-idf/issues/2921
2019-04-29 18:58:07 +05:30
..
include esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs 2019-04-29 18:58:07 +05:30
src esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs 2019-04-29 18:58:07 +05:30
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +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