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

Releases: khoih-prog/EthernetWebServer

v2.1.1 to fix compiler error for Portenta_H7 using Portenta Ethernet

04 Apr 19:57
7fa813c
Compare
Choose a tag to compare

Releases v2.1.1

  1. Fix compiler error for Portenta_H7 using Portenta Ethernet

v2.1.0 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add examples and rewrite all the examples to support new features, etc.

04 Apr 18:46
a94c1ee
Compare
Choose a tag to compare

Releases v2.1.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Support SPI2 for ESP32
  3. Add examples and rewrite all the examples to support new features
  4. Update Packages' Patches

v2.0.2 to fix bug when using `QNEthernet` staticIP, to add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core, etc.

15 Mar 01:17
e5356f8
Compare
Choose a tag to compare

Releases v2.0.2

  1. Fix bug when using QNEthernet staticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39
  2. Simplify and add staticIP option to NativeEthernet examples
  3. Add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core
  4. Add Packages' Patches for Fab_SAM_Arduino core
  5. Update Packages' Patches

v2.0.1 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`

02 Mar 06:02
a4bcdb0
Compare
Choose a tag to compare

v2.0.0 to make **breaking** changes to permit coexistence with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries

17 Jan 01:08
08cfa98
Compare
Choose a tag to compare

Major Releases v2.0.0

  1. Make breaking changes to permit coexistence with ESP32 WebServer and ESP8266 ESP8266WebServer libraries
  2. Add and modified examples

v1.8.6 to fix bug not supporting boards

12 Jan 09:54
3ff4565
Compare
Choose a tag to compare

Releases v1.8.6

  1. Fix bug not supporting boards. Check Missing ESP definitions ..... #45

v1.8.5 to restore support to AVR Mega2560, to add support to megaAVR boards and to fix libb64 fallthrough compile warning

12 Jan 00:54
1fb5564
Compare
Choose a tag to compare

Releases v1.8.5

  1. Restore support to AVR Mega2560
  2. Add support to megaAVR boards such as Arduino Nano Every, UNO WiFi Rev 2 using ATmega4809 MPU
  3. Fix libb64 fallthrough compile warning

v1.8.4 to fix libb64 compile error for ESP8266 and to update `Packages' Patches`

11 Jan 17:30
11bf399
Compare
Choose a tag to compare

v1.8.3 to fix authenticate issue caused by libb64

28 Dec 19:02
38617dc
Compare
Choose a tag to compare

Releases v1.8.3

  1. Fix authenticate issue caused by libb64

v1.8.2 to fix wrong http status header

27 Dec 20:56
7ba8a07
Compare
Choose a tag to compare

Releases v1.8.2

  1. Fix wrong http status header bug. Check fix for wrong http status header #42