mirror of
https://github.com/espressif/esp-modbus.git
synced 2025-07-31 02:47:16 +02:00
Merge branch 'bugfix/esp_netif_deps' into 'master'
cmake: Add explicit dependency on esp_netif See merge request idf/esp-modbus!11
This commit is contained in:
@ -69,4 +69,5 @@ endif()
|
|||||||
idf_component_register(SRCS "${srcs}"
|
idf_component_register(SRCS "${srcs}"
|
||||||
INCLUDE_DIRS "${include_dirs}"
|
INCLUDE_DIRS "${include_dirs}"
|
||||||
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
|
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
|
||||||
REQUIRES ${requires})
|
REQUIRES ${requires}
|
||||||
|
PRIV_REQUIRES esp_netif)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.0.1"
|
version: "1.0.2"
|
||||||
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
||||||
url: https://github.com/espressif/esp-modbus
|
url: https://github.com/espressif/esp-modbus
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user