explict require
This commit is contained in:
parent
5cc09385f2
commit
34d7d5a013
1 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,5 @@
|
|||
idf_component_register(SRCS "main.c"
|
||||
INCLUDE_DIRS ".")
|
||||
idf_component_register(
|
||||
INCLUDE_DIRS "."
|
||||
SRCS "main.c"
|
||||
REQUIRES esp_netif_lora
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue