This commit is contained in:
2021-03-09 08:41:16 +01:00
commit 4284c85166
11 changed files with 737 additions and 0 deletions

8
src/Makefile Normal file
View File

@ -0,0 +1,8 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := wifi_prov_mgr
include $(IDF_PATH)/make/project.mk