bertmelis / esp32ModbusTCP

Modbus client for ESP32
MIT License
84 stars 32 forks source link

ERROR #5

Open Apulanta opened 5 years ago

Apulanta commented 5 years ago

Hi I am trying to install ESP32 circuit this SMA Modbus TCP application but I just get an error message that the "fatal error: AsyncTCP.h: No such file or directory" a library is missing but I can not find it anywhere. I would be interested in this application. Regards Rauno Finland

======================================================== ERROR Message: In file included from C:\Users\RR\AppData\Local\Temp\arduino_modified_sketch_453095\SMA.ino:42:0:

D:\Program Files\Arduino\Ohjelmat\libraries\esp32ModbusTCP-master\src/esp32ModbusTCP.h:30:22: fatal error: AsyncTCP.h: No such file or directory

compilation terminated.

exit status 1 Error compiling for board WiFi Kit 32.

bertmelis commented 5 years ago

It is this library: https://github.com/me-no-dev/AsyncTCP

I'm mainly using vscode + platformio and dependencies are installed automatically.

I'm rewriting this lib, I'll update the documentation also :smile: