harihanv / esp32-modbus-gateway

esp32 port of modbus RTU to TCP Arduino gateway
GNU General Public License v3.0
56 stars 28 forks source link

Compilation error: variable or field 'WiFiDisconnected' declared void #11

Open ErasmusFerdie opened 10 months ago

ErasmusFerdie commented 10 months ago

Hi harihanv (https://github.com/harihanv) i'm new to this and are trying an industrial modbus TCP RTU bridge, i'm using ESP32 wemos R3 board and W5500 ethernet shield but i get the following compile error in arduino IDE platform.

exit status 1

Compilation error: variable or field 'WiFiDisconnected' declared void

Thank you for a great project