diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d2a64a..cb48063 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/idf_component.yml b/idf_component.yml index 479ed1b..2edf7a6 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -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: