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:
Alex Lisitsyn
2022-06-23 20:38:36 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -69,4 +69,5 @@ endif()
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
REQUIRES ${requires})
REQUIRES ${requires}
PRIV_REQUIRES esp_netif)

View File

@ -1,4 +1,4 @@
version: "1.0.1"
version: "1.0.2"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies: