This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WebSockets2_Generic
Releases · khoih-prog/WebSockets2_Generic
v1.13.2 to fix compiler error using Teensy 4.1 QNEthernet `v0.17.0`
Release v1.13.2
- Fix compiler error using new Teensy 4.1 QNEthernet
v0.17.0
v1.13.1 to use new WiFi101_Generic library and to use `allman` style
Release v1.13.1
- Using new WiFi101_Generic library for sending larger data
- Add astyle using
allman
style. Restyle the library - Update
Packages' Patches
v1.13.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core
v1.13.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core
Release v1.13.0
- Add support to
RASPBERRY_PI_PICO_W
usingCYW43439 WiFi
orEthernet
witharduino-pico
core
v1.12.1 to improve and fix bug in examples
Release v1.12.1
- Improve and fix bug in examples
v1.12.0 to add support to ENC28J60 using `EthernetENC` or `UIPEthernet` Library for these supported boards: ESP32, nRF52, RP2040, SAM DUE, SAMD, STM32, Teensy
Release v1.12.0
- Add support to ENC28J60 using
EthernetENC
orUIPEthernet
Library for these supported boards
- ESP32
- nRF52
- RP2040
- SAM DUE
- SAMD
- STM32
- Teensy
v1.11.0 to add support to `ESP32` using `W5x00` Ethernet
Release v1.11.0
- Add support to
ESP32
usingW5x00
Ethernet - Update
Packages' Patches
v1.10.3 to use Ethernet_Generic library, to add support to SPI2 for ESP32 and SPI1 for RP2040, to use new `waitForLink()` function of QNEthernet, to add examples and rewrite all the examples to support new features, etc.
Release v1.10.3
- Use new Ethernet_Generic library as default for W5x00.
- Add support to SPI2 for ESP32
- Add support to SPI1 for RP2040 using arduino-pico core
- Rewrite all the examples to support new features
- Use new
waitForLink()
function of Teensy 4.1 QNEthernet - Update
Packages' Patches
v1.10.2 to fix bug when using `QNEthernet` staticIP, to add staticIP option to `NativeEthernet` examples and to update `Packages' Patches`
Release v1.10.2
- Fix bug when using
QNEthernet
staticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39 - Add staticIP option to
NativeEthernet
examples - Update
Packages' Patches
v1.10.1 to reduce Teensy 4.1 QNEthernet latency and to update `Packages' Patches`
Release v1.10.1
- Reduce
Teensy 4.1 QNEthernet
latency. Check QNEthernet higher latency #38 - Update
Packages' Patches
v1.10.0 supporting case-insensitive headers, according to RFC2616 and Sync with ArduinoWebsockets releases v0.5.3
Major Release v1.10.0
- Supporting case-insensitive headers, according to RFC2616
- Sync with ArduinoWebsockets releases v0.5.3
- Add
connectSecure
method to support WSS connection with the classic interface (host, port, path) - Add 1 second
connection timeout
for ESP32/ESP8266, Teensy 4.1 NativeEthernet and QNEthernet
- Improve debug