added modem and lorawan to component dependencies
This commit is contained in:
parent
2a89f5f190
commit
1e3eb967ab
|
|
@ -3,12 +3,10 @@ include(${CMAKE_CURRENT_LIST_DIR}/extlibs/libespfs/cmake/include.cmake)
|
||||||
|
|
||||||
if(CONFIG_WEBGUIAPP_LORAWAN_ENABLE)
|
if(CONFIG_WEBGUIAPP_LORAWAN_ENABLE)
|
||||||
set(lora_SRCS "src/LoRaWAN.c")
|
set(lora_SRCS "src/LoRaWAN.c")
|
||||||
set(lora_REQ "ttn-esp")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_WEBGUIAPP_GPRS_ENABLE)
|
if(CONFIG_WEBGUIAPP_GPRS_ENABLE)
|
||||||
set(gprs_SRCS "src/GSMTransport.c")
|
set(gprs_SRCS "src/GSMTransport.c")
|
||||||
set(gprs_REQ "esp_modem")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
|
|
@ -54,8 +52,9 @@ idf_component_register(
|
||||||
esp_wifi
|
esp_wifi
|
||||||
esp_http_server
|
esp_http_server
|
||||||
esp_eth
|
esp_eth
|
||||||
${lora_REQ}
|
esp_modem
|
||||||
${gprs_REQ}
|
ttn-esp32
|
||||||
|
|
||||||
|
|
||||||
PRIV_REQUIRES ${libespfs_PRIV_REQUIRES}
|
PRIV_REQUIRES ${libespfs_PRIV_REQUIRES}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user