added initial files

This commit is contained in:
2020-11-10 09:51:56 +01:00
parent e9eb790ad7
commit c34779afa4
12 changed files with 1515 additions and 1 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := esp32_ota_https
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk