ArduinoWebsockets icon indicating copy to clipboard operation
ArduinoWebsockets copied to clipboard

A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)

Results 61 ArduinoWebsockets issues
Sort by recently updated
recently updated
newest added

Fixes compiler warning on new Arduino-Core with ESP32. server.available() was depreciated. Replaced with server.accept().