This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WebServer_WT32_ETH01
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
v1.5.1 to add example MQTT_And_OTA_Ethernet and fix compile error for several examples due to new breaking ESP32 core
Latest
Releases v1.5.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
- Fix compile error for examples serveStatic and serveStaticLoadFile to use built-in LittleFS library for new ESP32 cores
- 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
Releases v1.5.0
- Fix multiple-definitions linker error.
- 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
Releases v1.4.1
- Fix bug in examples to reduce connection time
v1.4.0 to auto detect ESP32 core
Releases v1.4.0
Warning: Releases v1.4.0+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6-.
- Auto detect ESP32 core v1.0.6- or v2.0.0+
- Renew examples
v1.3.0 to be compatible either with breaking ESP32 core v2.0.0+ or core v1.0.6-
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
- Making compatible either with breaking core v2.0.0+ or core v1.0.6-
- Renew examples
Release v1.2.0 to add common code to library and renew examples
Releases v1.2.0
- Add common code to library
- Renew examples
Release v1.1.0 to add SSL support and HTTPS / MQTTS examples
Releases v1.1.0
- Add SSL support
- Add HTTPS and MQTTS examples
v1.0.0 to support WT32_ETH01 (ESP32 + LAN8720) boards
Releases v1.0.0
- Initial coding to support WT32_ETH01 (ESP32 + LAN8720) boards