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
committed by bot
parent 7d60a78b31
commit d90868b42e
7 changed files with 227 additions and 0 deletions

View File

@@ -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