- 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
- Fix multiple-definitions linker error.
- Add example multiFileProject to demo for multiple-file project to avoid
multiple-definitions
linker error
- Fix bug in examples to reduce connection time
- Auto detect ESP32 core
- Renew examples
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
- Making compatible either with breaking core v2.0.0+ or core v1.0.6-
- Renew examples
- Add common code to library
- Renew examples
- Add SSL support
- Add HTTPS and MQTTS examples
- Initial coding to support WT32_ETH01 boards