initial commit: copied code from arduino-esp project

This commit is contained in:
Jannik Beyerstedt 2018-07-29 16:25:04 +02:00
commit 77cae4847c
14 changed files with 1373 additions and 0 deletions

8
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 := esp32-sensornode
include $(IDF_PATH)/make/project.mk