mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2026-05-06 07:22:23 +02:00
Merge branch 'daveol-master'
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
set(COMPONENT_SRCDIRS
|
||||||
|
"src"
|
||||||
|
"src/aes"
|
||||||
|
"src/hal"
|
||||||
|
"src/lmic"
|
||||||
|
)
|
||||||
|
set(COMPONENT_ADD_INCLUDEDIRS
|
||||||
|
"include"
|
||||||
|
)
|
||||||
|
set(COMPONENT_REQUIRES
|
||||||
|
nvs_flash
|
||||||
|
)
|
||||||
|
|
||||||
|
register_component()
|
||||||
Reference in New Issue
Block a user