This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WebSockets2_Generic
Releases · khoih-prog/WebSockets2_Generic
v1.9.1 to fix compile error for Teensy 4.1 using new QNEthernet library versions
Release v1.9.1
- Fix compile error for
Teensy 4.1
using new QNEthernet library version. Check Fix QNEthernet TCP interface #35 - Update
Packages' Patches
- Verify working with new Arduino IDE
v1.8.18
- Update
library.json
andplatform.ini
newly published QNEthernet library
v1.9.0 to auto detect ESP32 core to use for WT32_ETH01, fix bug in WT32_ETH01 examples to reduce connection time and replace deprecated `echo.websocket.org` in examples.
Major Release v1.9.0
- Auto detect ESP32 core to use for WT32_ETH01
- Fix bug in WT32_ETH01 examples to reduce connection time
- Replace deprecated
echo.websocket.org
in examples.
v1.8.1 to update `platform.ini` and `library.json`
Release v1.8.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.8.0 to add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, using WiFiNINA
Major Release v1.8.0
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, using WiFiNINA
- Add examples with new features
- Update many Packages' Patches
v1.7.0 to add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
Major Release v1.7.0
- Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
- Add examples with new features
v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
Major Release v1.6.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- Update examples with new features
Release v1.5.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards
Major Release v1.5.0
- Add support to WT32_ETH01 (ESP32 + LAN8720) boards
- Add examples with new features
Release v1.4.0 to add support to RP2040-based boards using Earle Philhower's arduino-pico core or Arduino-mbed RP2040 core
Major Release v1.4.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico v1.5.1+ core.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core.
- Add examples with new features
Release v1.3.0 to add support to WiFi101 To be used with Forked WiFi101 library (https://github.com/khoih-prog/WiFi101)
Release v1.3.0
- Add support to WiFi101. To be used with Forked WiFi101 library
- Check compatibility with new ESP8266 core v3.0.0
- Suppress warnings
Release v1.2.4 to add InSecured mode for ESP32
Release v1.2.4
- Add InSecure mode for ESP32. For more info, check Add setInsecure for esp32 #18
- Add InSecude-mode examples for ESP32/ESP8266