Update example build configuration

This commit is contained in:
Manuel Bl
2020-08-01 10:28:25 +02:00
parent e15d936bb4
commit 2a31ef0096
6 changed files with 28 additions and 31 deletions

View File

@ -1,4 +1,4 @@
set(COMPONENT_SRCS "main.cpp")
set(COMPONENT_ADD_INCLUDEDIRS "")
register_component()
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES ttn-esp32)