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
Version v1.0.2 to add ENC28J60 Ethernet support to nRF52, SAMD21/SAMD51, SAM DUE boards
New in v1.0.2
- Add support to Ethernet ENC28J60, using UIPEthernet library to nRF52, SAMD21/SAMD51 and SAM DUE boards.
Version v1.0.1 to add support to SAM DUE boards and W5x00 Ethernet
New in v1.0.1
- Add support to SAM DUE boards.
- Add support to Ethernet W5x00, using either Ethernet, EthernetLarge or Ethernet2 library.
- Restructure code to provide flexibility to support many more WiFi/Ethernet modules/shields in the future. Please delete the *.cpp files, replaced by *.hpp files, in the src directory, if *.cpp files still exist after installing new version.
Initial Release v1.0.0
New in v1.0.0
- Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc..
- Add support to SAMD51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).
- Add support to SAMD21 (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.).
- Add Alexa / SINRIC examples and supports to those boards as well as ESP8266/ESP32