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

Release v1.2.3 to update CA Certs and Fingerprint or EP32 and ESP8266 secured examples

03 May 00:03
53e8e7e
Compare
Choose a tag to compare

Release v1.2.3

  1. Update websocket.org letsenrypt.org CA Certs and Fingerprint for EP32 and ESP8266 secured examples

Release 1.2.2 to add support to new ESP32-C3 boards

17 Apr 02:09
c1b2bc9
Compare
Choose a tag to compare

Release v1.2.1 to restore Server support to ESP32-S2 and add support to new to ESP32-S2 boards

17 Apr 00:31
838be55
Compare
Choose a tag to compare

Release v1.2.1

  1. Add support to new ESP32-S2 boards (SparkFun ESP32-S2 Thing Plus; Adafruit Metro ESP32-S2, MagTag 2.9, FunHouse, Feather ESP32-S2 (no PSRAM)). Drop support to UM ProS2
  2. Add HTTP and WebSockets Server support to ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.)

Major Release v1.2.0 to add support to esp32-s2, LAN8720. Update CA Cert and Packages' Patches

16 Apr 22:38
dd48680
Compare
Choose a tag to compare

Major Release v1.2.0

  1. Add limited (client-only) support to LAN8720 Ethernet for STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
  2. Add LAN8720 examples
  3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
  4. Update echo.websocket.org fingerprint add CA Certificate for ESP8266 and ESP32. Check Secured-Esp32-Client Example not works on NodeMcu32s (Esp32s) #16
  5. Add limited (client-only) support to ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.)
  6. Update HOWTO Install esp32-s2 core for ESP32-S2 to accomodate Latest esp32 core v1.0.6
  7. Update README to reflect LittleFS_esp32 library has been included in Latest esp32 core v1.0.6 and many steps are not necessary anymore

Version v1.1.0 to add support to Teensy using Ethernetx Libraries and Teensy 4.1 using NativeEthernet Library

08 Dec 02:47
c360c98
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Add support to Teensy using Ethernet libraries such as Ethernet, Ethernet2, Ethernet3, EthernetLarge, EthernetENC, UIPEthernet.
  2. Add support to Teensy 4.1 using NativeEthernet library. Thanks to arnoson code posted in ArduinoWebsockets release 0.5.0
  3. Add Version String

Version v1.0.7 to add support to ENC28J60 using new EthernetENC library.

03 Oct 07:24
4c8aca4
Compare
Choose a tag to compare

Releases v1.0.7

  1. Add support to ENC28J60 Ethernet using EthernetENC.
  2. Add Ethernet Library Patches for UIPEthernet v2.0.9 and Ethernet2
  3. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.

Version v1.0.6 to add non-blocking WebSockets Server feature

06 Aug 05:08
62b40c7
Compare
Choose a tag to compare

New in v1.0.6

  1. Add non-blocking WebSockets Server feature to enable WS Server and WebServer running concurently. See Support as Http server and the Websockets server on Arduino DUE and Running Http and Websocket Servers concurrently. Thanks to bug report and persistence of Jake.
  2. Add non-blocking WebSockets Server and WebServer examples.
  3. Add Ethernet Library Patches
  4. Add Arduino SAMD Packages_Patches to fix compiler errors when using Standard Template Library STL

Version v1.0.5 to fix ESP8266 SSL bug.

29 Jul 07:34
79dcb7f
Compare
Choose a tag to compare

Version v1.0.4 to add support to all Add support to STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards

28 Jul 03:41
dc49cf0
Compare
Choose a tag to compare

New in v1.0.4

  1. Add support to all STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
  2. Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
  3. Add sample Packages_Patches for STM32 stm32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
  4. Add Packages' Patches for Seeeduino SAMD to enable displaying BOARD_NAME
  5. Add many examples

Version v1.0.3 to add STM32F and Ethernet LAN8742A support

19 Jul 18:49
628ee87
Compare
Choose a tag to compare

New in v1.0.3

  1. Add support to STM32F boards with built-in Ethernet such as :
  • Nucleo-144 (F429ZI, F767ZI)
  • Discovery (STM32F746G-DISCOVERY)
  • All STM32F Boards with Built-in Ethernet LAN8742A
  1. Add support to STM32F1,2,3,4,7 boards (with 64+K Flash) using Ethernet W5x00, ENC28J60 or LAN8742A
  2. Add Packages' Patches to Adafruit nRF52, SAMD, Arduino SAMD to enable displaying BOARD_NAME
  3. Enhance examples and update README.md