OVMS3-idf/examples/protocols/websocket/Makefile
Marius Vikhammer abe93ee7c3 websocket: backport of websocket client to v3.2
Backports the websocket client and example to ESP-IDF release 3.2.
2020-02-27 08:56:43 +00:00

9 lines
188 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := websocket-example
include $(IDF_PATH)/make/project.mk