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

Releases: khoih-prog/EthernetWebServer

v1.8.1 to fix bug related to String in library and examples

25 Dec 20:06
21006fb
Compare
Choose a tag to compare

Releases v1.8.1

  1. Fix bug related to String in library and examples

v1.8.0 to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing

20 Dec 02:42
f32c90f
Compare
Choose a tag to compare

Major Releases v1.8.0

  1. Reduce usage of Arduino String with std::string
  2. Optimize library code and examples by using reference-passing instead of value-passing.
  3. Update Packages' Patches

v1.7.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform

06 Oct 00:29
facd409
Compare
Choose a tag to compare

Releases v1.7.1

  1. Change option for PIO lib_compat_mode from default soft to strict to minimize compile error in crosss-platform
  2. Update Packages' Patches for many boards

v1.7.0 to add support to Portenta_H7 using Arduino mbed_portenta core

09 Sep 02:43
984470e
Compare
Choose a tag to compare

Major Releases v1.7.0

  1. Add support to Portenta_H7 using Arduino mbed_portenta core.
  2. Update Packages' Patches for Portenta_H7

v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet

04 Sep 05:40
7d2661a
Compare
Choose a tag to compare

Major Releases v1.6.0

  1. Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
  2. Update examples with new features

Major Release v1.5.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-pico RP2040 core v1.3.1+ (https://github.com/earlephilhower/arduino-pico)

16 May 02:41
ad274c8
Compare
Choose a tag to compare

Major Release v1.4.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core (https://github.com/arduino/ArduinoCore-mbed)

14 May 02:58
b85dfc8
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  2. Update examples with new features

Release v1.3.1 to fix NativeEthernet example and to enhance debugging code

29 Apr 19:12
eda7d73
Compare
Choose a tag to compare

Releases v1.3.1

  1. Add working example SimpleWebServer_NativeEthernet for Teensy 4.1 NativeEthernet. Check EthernetWebServer-on-Teensy4-1-with-MagJack
  2. Delete not working example AdvancedWebServer_NativeEthernet
  3. Enhance Debugging code

Version v1.3.0 to add WebServer feature to serve from LittleFS/SPIFFS for ESP32/ESP8266

28 Jan 04:45
3ed8fa6
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. Add WebServer feature to serve from LittleFS/SPIFFS for ESP32/ESP8266 with examples. Check streamFile and serveStatic for ESP8266/ESP32 boards #22
  2. Add examples serveStatic and serveStaticLoadFile to use new serveStatic()feature
  3. Add examples ESP32_FS_EthernetWebServer and FS_EthernetWebServer to use new serveStatic()feature

Version v1.2.1 to clean-up all compiler warnings possible.

26 Dec 07:19
6e44717
Compare
Choose a tag to compare

Releases v1.2.1

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents
  3. Add examples
  4. Modify Version String