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

Releases: khoih-prog/EthernetWebServer

Version v1.2.0 to add support to Teensy 4.1 NativeEthernet

04 Dec 21:02
431ac1c
Compare
Choose a tag to compare

Release v1.2.0

  1. Add support to *NativeEthernet Library for Teensy 4.1
  2. Add Version String.

Major Release v1.1.0 to Add high-level HTTP and WebSockets Client

17 Nov 05:24
08a33c3
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
  2. Add many more examples for HTTP and WebSockets Client.

Version v1.0.13 to add support to PROGMEM-related commands, such as sendContent_P() and send_P()

25 Sep 07:17
80b147a
Compare
Choose a tag to compare

Release v1.0.13

  1. Add support to PROGMEM-related commands, such as sendContent_P() and send_P()
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Clean up code.
  4. Update examples.

Version v1.0.12 to add support to new ENC28J60's EthernetENC library

15 Sep 23:52
2bc1f62
Compare
Choose a tag to compare

New in v1.0.12

  1. Add support to new EthernetENC library for ENC28J60.
  2. Add debug feature. Clean up code.

Version v1.0.11 to add support to Seeeduino SAMD21/SAMD51 boards

25 Jul 21:28
6ea6fd8
Compare
Choose a tag to compare

New in v1.0.11

  1. Add support to Seeeduino SAMD21/SAMD51 boards (LoRaWAN, Zero, Femto M0, XIAO M0, Wio GPS Board, etc.)
  2. Add and restructure examples.

Version v1.0.10 to fix bug and add enhancement

22 Jul 03:44
9d94ec8
Compare
Choose a tag to compare

New in v1.0.10

  1. Fix bug not closing client and releasing socket.
  2. Merge new features from latest ESP8266WebServer
  3. Add and enhance examples.

Version v1.0.9 to add EthernetWrapper and default SS/CS pin for ESP8266 and ESP32

17 May 02:28
f3b3048
Compare
Choose a tag to compare

New in v1.0.9

  1. Add EthernetWrapper.h for easier W5x00 support as well as more Ethernet libs in the future.
  2. Add default SS/CS pin for ESP8266 and ESP32
  3. Increase default clock speed for W5x00 in Ethernet and EthernetLarge libraries to 25MHz from 14MHz. Tested OK on W5100 as well as W5500.

Version v1.0.8 to fix W5x00 issues with ESP8266 and many other boards

13 May 05:18
4a83531
Compare
Choose a tag to compare

New in v1.0.8

  1. Fix W5x00 support for ESP8266 and many more boards.

Version v1.0.7 to add ENC28J60 support to ESP32/ESP8266 boards.

30 Apr 06:21
9629a02
Compare
Choose a tag to compare

New in v1.0.7

  1. Add ENC28J60 support to ESP32 and ESP8266 boards.

Version v1.0.6 to add support to ESP32 and ESP8266

27 Apr 20:01
bc260d5
Compare
Choose a tag to compare

New in v1.0.6

  1. Add support to ESP32 and ESP8266 boards.