1
0
mirror of https://github.com/manuelbl/ttn-esp32.git synced 2025-06-20 22:14:29 +02:00

Improve example setup

This commit is contained in:
Manuel Bleichenbacher 2019-04-19 12:15:30 +02:00
parent 1c88b1f5be
commit e3166653dd
4 changed files with 8 additions and 0 deletions
examples
hello_world
mac_address
provisioning
send_recv

View File

@ -1,3 +1,5 @@
PROJECT_NAME := hello_world
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk

View File

@ -1,3 +1,5 @@
PROJECT_NAME := mac_address
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk

View File

@ -1,3 +1,5 @@
PROJECT_NAME := provisioning
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk

View File

@ -1,3 +1,5 @@
PROJECT_NAME := send_recv
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk