OVMS3-idf/examples/system/ota/native_ota_example
2020-05-05 14:07:51 +05:30
..
main Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
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: Override SimpleHTTPRequestHandler to catch broken pipe exception 2020-05-05 14:07:51 +05:30
Makefile update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00
README.md esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
sdkconfig.ci OTA: Fixed OTA with chunked servers and added example_test with chunked server 2020-02-05 11:56:37 +05:30
sdkconfig.defaults esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
version.txt bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00

Native OTA example

This example is based on app_update component's APIs.

Configuration

Refer the README.md in the parent directory for the setup details.