mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 12:24:27 +02:00
5 lines
89 B
CMake
5 lines
89 B
CMake
idf_component_register(
|
|
SRCS "main.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES ttn-esp32)
|