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

Releases: khoih-prog/WebServer_WT32_ETH01

v1.5.1 to add example MQTT_And_OTA_Ethernet and fix compile error for several examples due to new breaking ESP32 core

11 Sep 01:22
811a7d2
Compare
Choose a tag to compare

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

v1.5.0 to fix multiple-definitions linker error

21 Jun 19:26
ea16602
Compare
Choose a tag to compare

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

v1.4.1 to fix bug in examples to reduce connection time

29 Nov 17:03
afda3ad
Compare
Choose a tag to compare

Releases v1.4.1

  1. Fix bug in examples to reduce connection time

v1.4.0 to auto detect ESP32 core

27 Nov 07:33
360f2e5
Compare
Choose a tag to compare

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 v1.0.6- or v2.0.0+
  2. Renew examples

v1.3.0 to be compatible either with breaking ESP32 core v2.0.0+ or core v1.0.6-

23 Oct 21:35
3a304f4
Compare
Choose a tag to compare

Releases v1.3.0

Warning: Can be used for either EP32 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

Release v1.2.0 to add common code to library and renew examples

13 Jul 02:02
39ac177
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add common code to library
  2. Renew examples

Release v1.1.0 to add SSL support and HTTPS / MQTTS examples

06 Jul 23:28
155a729
Compare
Choose a tag to compare

Releases v1.1.0

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

v1.0.0 to support WT32_ETH01 (ESP32 + LAN8720) boards

06 Jul 08:16
cf19080
Compare
Choose a tag to compare

Releases v1.0.0

  1. Initial coding to support WT32_ETH01 (ESP32 + LAN8720) boards