OVMS3-idf/examples/system/ota/simple_ota_example
David Cermak 31b2702387 esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK()
esp_netif_init() returns standard esp_err_t error code (unlike tcpip_adapter init), so shall be checked for the return value
Also to make the initialization code more consistent.
2019-12-17 09:07:49 +01:00
..
main esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 2019-12-17 09:07:49 +01:00
server_certs example/simple_ota_example: Add example test 2019-06-25 23:41:33 +00:00
CMakeLists.txt ci: support to build esp32s2beta simple examples 2019-07-08 09:16:06 +08:00
example_test.py test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
Makefile update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00
README.md Minor Bugfixes in esp_http_client, tcp_transport and simple_ota_example 2019-01-07 16:33:41 +08:00
sdkconfig.ci example/simple_ota_example: Fix python formatting and KConfig 2019-06-25 23:41:33 +00:00
sdkconfig.defaults esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30

Simple OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details