ff528d13c7
Add error handling for http client set ssid password correct with Example_WIFI test, and clear password before free Fixed the CI failure due to HTTP errror names
9 lines
195 B
Makefile
9 lines
195 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := esp-http-client-example
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|