mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-14 20:14:27 +02:00
Merge branch 'daveol-master'
This commit is contained in:
commit
f899c38663
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@ -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()
|
Loading…
Reference in New Issue
Block a user