OVMS3-idf/examples/system/ota/native_ota_example
David Cermak a49b934ef8 examples: protocol examples which use common connection component
updated to use esp_netif_init instead of tcpip_adapter in initialization code
2019-11-13 12:36:25 +01:00
..
main examples: protocol examples which use common connection component 2019-11-13 12:36:25 +01:00
server_certs examples: Copy ca_cert.pem into both example project dirs 2018-09-19 14:38:19 +10:00
CMakeLists.txt ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
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.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.