esp_netif_lora/CMakeLists.txt

8 lines
112 B
Text
Raw Normal View History

2023-12-28 21:14:40 -05:00
idf_component_register(SRCS
"main/esp_netif_now.c"
REQUIRES esp_netif esp_wifi
INCLUDE_DIRS "include"
)