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

4
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
EMBED_TXTFILES "certs/cacert.pem"
"certs/prvtkey.pem")