Releases: gilmaimon/ArduinoWebsockets
Releases · gilmaimon/ArduinoWebsockets
0.2.0
User-Facing interface is now done with Arduino's String class. Merged more changes (mainly optimizations) from TinyWebsockets.
0.1.5
Bug Fixes.
Exposes a single string connect interface.
0.1.3
Users now dont have to specify TCP client types (ESP8266/ESP32) they are selected automatically.
0.1.2
New:
- Esp32 added (now supports ESP32 and ESP8266)
- More examples
Patched:
- More accurate RFC conformation
- Listening to events aswell as messages
0.1.0
Initial working beta version.
Only has WebsocketsClient implemented.
Supports only ESP8266.