]> granicus.if.org Git - esp-idf/commit
update ota examples to support both Wi-Fi and Ethernet
authorsuda-morris <362953310@qq.com>
Wed, 22 May 2019 09:56:10 +0000 (17:56 +0800)
committersuda-morris <362953310@qq.com>
Wed, 22 May 2019 09:56:10 +0000 (17:56 +0800)
commit1886d8d4ef73bfcaa1c999b15a3db078948db849
tree243e255e3c61446ecec0705ce20bcb4ffc49614b
parent0e7442bb7a1e95874e45df43fb4efa6a8938c298
update ota examples to support both Wi-Fi and Ethernet
17 files changed:
examples/system/ota/OTA_workflow.png [deleted file]
examples/system/ota/README.md
examples/system/ota/advanced_https_ota/CMakeLists.txt
examples/system/ota/advanced_https_ota/Makefile
examples/system/ota/advanced_https_ota/main/Kconfig.projbuild
examples/system/ota/advanced_https_ota/main/advanced_https_ota_example.c
examples/system/ota/advanced_https_ota/sdkconfig.defaults [new file with mode: 0644]
examples/system/ota/native_ota_example/CMakeLists.txt
examples/system/ota/native_ota_example/Makefile
examples/system/ota/native_ota_example/main/Kconfig.projbuild
examples/system/ota/native_ota_example/main/native_ota_example.c
examples/system/ota/ota_workflow.png [new file with mode: 0644]
examples/system/ota/simple_ota_example/CMakeLists.txt
examples/system/ota/simple_ota_example/Makefile
examples/system/ota/simple_ota_example/main/Kconfig.projbuild
examples/system/ota/simple_ota_example/main/simple_ota_example.c
examples/wifi/getting_started/softAP/main/softap_example_main.c