explict require

This commit is contained in:
Morgan 'ARR\!' Allen 2026-03-18 10:52:25 -07:00
parent 5cc09385f2
commit 34d7d5a013

View file

@ -1,2 +1,5 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
idf_component_register(
INCLUDE_DIRS "."
SRCS "main.c"
REQUIRES esp_netif_lora
)