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

Releases: khoih-prog/Ethernet_Manager

Version v1.2.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header and support for ESP32-S2

23 Feb 19:00
d194a25
Compare
Choose a tag to compare

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

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

29 Dec 06:42
c4fc883
Compare
Choose a tag to compare

Releases v1.1.1

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

Releases v1.1.0 to add support to ESP32/ESP8266

18 Dec 04:24
8828230
Compare
Choose a tag to compare

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.

Initial Release v1.0.0

16 Dec 09:00
8a015dc
Compare
Choose a tag to compare

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