Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/WebSockets2_Generic

v1.13.2 to fix compiler error using Teensy 4.1 QNEthernet `v0.17.0`

06 Dec 07:49
aa30bc0
Compare
Choose a tag to compare

Release v1.13.2

  1. 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

24 Nov 09:24
79aaa0d
Compare
Choose a tag to compare

Release v1.13.1

  1. Using new WiFi101_Generic library for sending larger data
  2. Add astyle using allman style. Restyle the library
  3. Update Packages' Patches

v1.13.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core

12 Oct 02:45
1a24076
Compare
Choose a tag to compare

Release v1.13.0

  1. Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi or Ethernet with arduino-pico core

v1.12.1 to improve and fix bug in examples

09 Oct 18:46
093b9f8
Compare
Choose a tag to compare

Release v1.12.1

  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

09 Oct 05:35
d3f3c13
Compare
Choose a tag to compare

Release v1.12.0

  1. Add support to ENC28J60 using EthernetENC or UIPEthernet Library for these supported boards
  • ESP32
  • nRF52
  • RP2040
  • SAM DUE
  • SAMD
  • STM32
  • Teensy

v1.11.0 to add support to `ESP32` using `W5x00` Ethernet

08 Oct 17:50
5b48606
Compare
Choose a tag to compare

Release v1.11.0

  1. Add support to ESP32 using W5x00 Ethernet
  2. 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.

12 Apr 00:27
0277ef3
Compare
Choose a tag to compare

Release v1.10.3

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support to SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Rewrite all the examples to support new features
  5. Use new waitForLink() function of Teensy 4.1 QNEthernet
  6. 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`

14 Mar 20:20
0d5fced
Compare
Choose a tag to compare

v1.10.1 to reduce Teensy 4.1 QNEthernet latency and to update `Packages' Patches`

27 Feb 02:09
8414ca7
Compare
Choose a tag to compare

Release v1.10.1

  1. Reduce Teensy 4.1 QNEthernet latency. Check QNEthernet higher latency #38
  2. Update Packages' Patches

v1.10.0 supporting case-insensitive headers, according to RFC2616 and Sync with ArduinoWebsockets releases v0.5.3

18 Dec 21:23
162b26b
Compare
Choose a tag to compare

Major Release v1.10.0

  1. Supporting case-insensitive headers, according to RFC2616
  2. 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
  1. Improve debug