This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer
Releases · khoih-prog/EthernetWebServer
v1.8.1 to fix bug related to String in library and examples
Releases v1.8.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
Major Releases v1.8.0
- Reduce usage of Arduino String with std::string
- Optimize library code and examples by using reference-passing instead of value-passing.
- 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
Releases v1.7.1
- Change option for PIO
lib_compat_mode
from defaultsoft
tostrict
to minimize compile error in crosss-platform - Update
Packages' Patches
for many boards
v1.7.0 to add support to Portenta_H7 using Arduino mbed_portenta core
Major Releases v1.7.0
- Add support to Portenta_H7 using Arduino mbed_portenta core.
- Update
Packages' Patches
for Portenta_H7
v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
Major Releases v1.6.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- 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)
Major Releases v1.5.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core v1.3.1+.
- Update examples with new features
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)
Major Releases v1.4.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Update examples with new features
Release v1.3.1 to fix NativeEthernet example and to enhance debugging code
Releases v1.3.1
- Add working example SimpleWebServer_NativeEthernet for Teensy 4.1 NativeEthernet. Check EthernetWebServer-on-Teensy4-1-with-MagJack
- Delete not working example AdvancedWebServer_NativeEthernet
- Enhance Debugging code
Version v1.3.0 to add WebServer feature to serve from LittleFS/SPIFFS for ESP32/ESP8266
Major Releases v1.3.0
- Add WebServer feature to serve from LittleFS/SPIFFS for ESP32/ESP8266 with examples. Check streamFile and serveStatic for ESP8266/ESP32 boards #22
- Add examples serveStatic and serveStaticLoadFile to use new
serveStatic()
feature - Add examples ESP32_FS_EthernetWebServer and FS_EthernetWebServer to use new
serveStatic()
feature
Version v1.2.1 to clean-up all compiler warnings possible.
Releases v1.2.1
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Add examples
- Modify Version String