trying to make correct multipart POST request

This commit is contained in:
2020-10-03 16:56:38 -05:00
commit e6cd208e11
7 changed files with 1463 additions and 0 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_timelapse_camera
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk