Modify example for PlatformIO.ini

This commit is contained in:
Manuel Bl
2020-08-01 10:13:11 +02:00
parent b3e0b567b3
commit a8cd58214d
5 changed files with 25 additions and 12 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)