ModbusServerTCPasync

To use the WiFi version, you will have to use

#include "ModbusServerTCPasync.h"
...
ModbusServerTCPasync myServer;
...

in your source file. You will have to add #include <WiFi.h>, yourself and have AsyncTCP.h as dependency installed on your system.