esp_netif_lora_example/main/CMakeLists.txt
Morgan 'ARR\!' Allen 34d7d5a013 explict require
2026-03-18 10:52:25 -07:00

5 lines
87 B
CMake

idf_component_register(
INCLUDE_DIRS "."
SRCS "main.c"
REQUIRES esp_netif_lora
)