Added wifi connection example

This commit is contained in:
dentellaluca
2017-01-16 08:20:25 +01:00
commit 2e88e166d7
3 changed files with 111 additions and 0 deletions

9
Makefile Normal file
View 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 := 02_wifi_connection
include $(IDF_PATH)/make/project.mk