removed ttn-esp32 from extlibs
This commit is contained in:
parent
1f58d58558
commit
b1d0da6d2c
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,6 +4,3 @@
|
|||
[submodule "extlibs/libespfs"]
|
||||
path = extlibs/libespfs
|
||||
url = https://github.com/userbogd/libespfs.git
|
||||
[submodule "extlibs/ttn-esp32"]
|
||||
path = extlibs/ttn-esp32
|
||||
url = https://github.com/userbogd/ttn-esp32.git
|
||||
|
|
|
|||
|
|
@ -2,14 +2,8 @@ include(${CMAKE_CURRENT_LIST_DIR}/extlibs/jReadWrite/include.cmake)
|
|||
include(${CMAKE_CURRENT_LIST_DIR}/extlibs/libespfs/cmake/include.cmake)
|
||||
|
||||
if(CONFIG_WEBGUIAPP_LORAWAN_ENABLE)
|
||||
set(lora_SRCS "lorawan/LoRaWAN.c")
|
||||
set(lora_PRIV_REQUIRES
|
||||
ttn-esp32
|
||||
)
|
||||
set(lora_INCLUDE_DIRS
|
||||
"../ttn-esp32/include"
|
||||
"../ttn-esp32/src/hal"
|
||||
)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/extlibs/ttn-esp32/include.cmake)
|
||||
set(lora_SRCS "lorawan/LoRaWAN.c")
|
||||
endif()
|
||||
|
||||
|
||||
|
|
@ -19,6 +13,7 @@ idf_component_register(
|
|||
INCLUDE_DIRS ${jreadwrite_INCLUDE_DIRS}
|
||||
|
||||
SRCS ${lora_SRCS}
|
||||
SRC_DIRS ${lora_SRC_DIRS}
|
||||
PRIV_REQUIRES ${lora_PRIV_REQUIRES}
|
||||
INCLUDE_DIRS ${lora_INCLUDE_DIRS}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f1f77e22ba0adea75fa96d8edf53e609402707cb
|
||||
Loading…
Reference in New Issue
Block a user