Add a 'esp_https_server' component allowing to use http_server with OpenSSL
This commit is contained in:
9
examples/protocols/https_server/Makefile
Normal file
9
examples/protocols/https_server/Makefile
Normal 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 := https_server
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
Reference in New Issue
Block a user