mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 01:10:46 +00:00

1. enable mclk when enter light sleep 2. add an get error API for esp_http_client 3. websocket migration and fix some issue (from release/v4.0)
9 lines
188 B
Makefile
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
|
|
|