esp-idf/examples/system/ota/advanced_https_ota
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
server_certs Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
CMakeLists.txt OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
example_test.py example_test.py: In ota example_test, open file in binary mode to avoid UnicodeDecodeError 2020-10-10 06:18:30 +00:00
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md Update OTA README to mention advanced_https_ota example and add reference to API documentation of esp_https_ota component 2020-08-29 09:05:52 +00:00
sdkconfig.ci Increase receive timeout in sdkconfig.ci to fix CI failures 2020-07-08 04:03:26 +00:00
sdkconfig.defaults update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00

Advanced HTTPS OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details