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

Latest commit

 

History

History
127 lines (85 loc) · 5.7 KB

changelog.md

File metadata and controls

127 lines (85 loc) · 5.7 KB

Ethernet_Manager Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.8.1

  1. Fix chipID and add getChipID(), getChipOUI() for ESP32 and WT32_ETH01

Releases v1.8.0

  1. Fix macAddress bug. Check Unable so set MAC Address #2
  2. Permit setting macAddress for supporting Ethernet shields W5x00 and ENC28J60
  3. Add functions relating to macAddress
  4. Rewrite all the examples to support new features
  5. Drop support to Ethernet_ESP8266
  6. Update Packages' Patches

Releases v1.7.2

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Support SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Drop EthernetWrapper
  5. Rewrite all the examples to support new features
  6. Update Packages' Patches

Releases v1.7.1

  1. Update to be compatible with new FlashStorage_SAMD library version
  2. Update Packages' Patches

Major Releases v1.7.0

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library for ESP32 and WT32-ETH01.
  2. Fix QNEthernet-related linkStatus.
  3. Add support to many more new RP2040 boards
  4. Add support to generic SAMD21 : __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__

Releases v1.6.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

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 Releases v1.5.0

  1. Add support to ESP32-based WT32-ETH01 (ESP32 + LAN8720) boards, using EEPROM, SPIFFS or LittleFS

Major Releases v1.4.0

  1. Add support to RP2040-based boards, such as Nano RP2040 Connect, using Arduino mbed OS for Nano boards and LittleFS.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core and LittleFS.

Major Releases v1.3.0

  1. 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+ with LittleFS.
  2. Update examples with new features

Major Releases v1.2.0

  1. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
  2. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  3. Use more efficient FlashStorage_SAMD v1.1.0
  4. Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)
  5. Add Instructions to install ESP32-S2 core
  6. Fix Config Portal Bug.
  7. Update examples

Releases v1.1.1

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents

Releases v1.1.0

  1. Add support to ESP32 and ESP8266 using EEPROM, SPIFFS or LittleFS
  2. Add many complex MQTT Examples to demonstrate how to use the dynamic parameters, entered via Config Portal, to connect to ThingStream MQTT Server at mqtt.thingstream.io.

Releases v1.0.0

  1. Initial coding to support SAMD21/SAMD51, nRF52, SAM DUE, Teensy.
  2. Provide support to W5x00, ENC28J60 and Teensy 4.1 NativeEthernet.
  3. Supporting Ethernet, EthernetLarge, Ethernet2, Ethernet3, EthernetENC, UIPEthernet and Teensy NativeEthernet Libraries