espressif / esp-modbus

ESP-Modbus - the officially suppported library for Modbus protocol (serial RS485 + TCP over WiFi or Ethernet).
Apache License 2.0
100 stars 48 forks source link

Modbus is missing in docker image Espressif/idf:latest (IDFGH-7287) #5

Closed goebela47 closed 2 years ago

goebela47 commented 2 years ago

Hi, the Espressif/idf:latest image (773b66c28144) provided on dockerhub.com does no longer contain the component "freemodbus".

Is this by accident or intention?

Best regards Andreas

alisitsyn commented 2 years ago

Hi Andreas,

This is intended behavior. The freemodbus component is no longer part of esp-idf and its image but will be supported as a separate component in the component manager registry.

The component can be used with esp-idf v4.1 - v5.0.

goebela47 commented 2 years ago

Thank you, that link solves my issue.

igrr commented 2 years ago

Just for reference in case someone else finds this issue, the docs related to IDF 5.0 migration can be found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/removed-components.html