ttn-esp32/examples/power_off/main/CMakeLists.txt
2021-09-29 18:02:52 +02:00

5 lines
89 B
CMake

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