I got a project using a library “esp32modbusRTU”. I looked for it in the platformio Library Manager, found and installed it. In the platformio.ini I added the library to the lib_deps section:
[env:az-delivery-devkit-v4]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
lib_deps =
SimpleButton
Adafruit GFX Library@1.7.5
Adafruit SSD1306
Ticker
esp32modbusRTU
board_build.partitions = default.csv
When building the project, I always am getting these lines:
Looking for esp32modbusRTU library in registry
Found: https://platformio.org/lib/show/5876/esp32ModbusRTU
LibraryManager: Installing id=5876
esp32ModbusRTU @ 0.0.2 is already installed
Why does this happen and how can I prevent it?