plasmapper / modbus-esp-cpp

Modbus C++ Class Component for ESP-IDF
MIT License
5 stars 1 forks source link

Trying to use UART but requires ETH #5

Closed NemesisXB closed 2 months ago

NemesisXB commented 2 months ago

I am trying to use the pl_modbus component and I am using it using the UART. However, it requires esp_eth stuff and I am not using the ethernet.

plasmapper commented 2 months ago

I updated the pl_network component that is used by the pl_modbus component so that it excludes the ESP Ethernet code from compilation if it is not used, Please delete the "dependencies.lock" file and the "managed_components" directory from your project and try compiling again so that it downloads the updated version of the pl_network.

NemesisXB commented 2 months ago

Thanks. That fixed it.