ArduinoWebsockets
ArduinoWebsockets copied to clipboard
Update esp32_tcp.hpp
Fixes compiler warning on new Arduino-Core with ESP32. server.available() was depreciated. Replaced with server.accept().