ttn-esp32/examples/send_recv/main/CMakeLists.txt
2020-08-01 10:13:11 +02:00

5 lines
89 B
CMake

idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES ttn-esp32)