examples/system/ota/advanced_https_ota: Add example for newly introduced APIs in esp_https_ota component

This commit is contained in:
Jitin George
2019-04-03 19:58:26 +05:30
parent f49e91f744
commit 64e3ab364e
7 changed files with 227 additions and 0 deletions
@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := advanced_https_ota
include $(IDF_PATH)/make/project.mk