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

Latest commit

 

History

History
80 lines (48 loc) · 3.27 KB

changelog.md

File metadata and controls

80 lines (48 loc) · 3.27 KB

WebServer_WT32_ETH01 Library

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.5.1

  1. Add example MQTT_And_OTA_Ethernet to demo how to use OTA. Check Added MQTT and OTA over Ethernet example to examples folder #9
  2. Fix compile error for examples serveStatic and serveStaticLoadFile to use built-in LittleFS library for new ESP32 cores
  3. Fix compile error for examples ESP32_FS_EthernetWebServer if WT32_ETH01 is selected as A0 (and many pins) not defined in new ESP32 cores

Releases v1.5.0

  1. Fix multiple-definitions linker error.
  2. Add example multiFileProject to demo for multiple-file project to avoid multiple-definitions linker error

Releases v1.4.1

  1. Fix bug in examples to reduce connection time

Releases v1.4.0

Warning: Releases v1.4.0+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6-.
  1. Auto detect ESP32 core
  2. Renew examples

Releases v1.3.0

Warning: Releases v1.3.0+ can be used for either ESP32 core v2.0.0+ or v1.0.6-. Default is v2.0.0+ now
  1. Making compatible either with breaking core v2.0.0+ or core v1.0.6-
  2. Renew examples

Releases v1.2.0

Warning: Releases v1.2.0- to be used for ESP32 core v1.0.6- only
  1. Add common code to library
  2. Renew examples

Releases v1.1.0

  1. Add SSL support
  2. Add HTTPS and MQTTS examples

Releases v1.0.0

  1. Initial coding to support WT32_ETH01 boards