43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
## WebServer_ESP32_W5500 Library
|
|
|
|
[](https://www.ardu-badge.com/WebServer_ESP32_W5500)
|
|
[](https://github.com/khoih-prog/WebServer_ESP32_W5500/releases)
|
|
[](#Contributing)
|
|
[](http://github.com/khoih-prog/WebServer_ESP32_W5500/issues)
|
|
|
|
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
|
|
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
|
|
|
|
|
|
---
|
|
---
|
|
|
|
## Table of Contents
|
|
|
|
|
|
* [Changelog](#changelog)
|
|
* [Releases v1.5.3](#releases-v153)
|
|
* [Releases v1.5.2](#releases-v152)
|
|
* [Releases v1.5.1](#releases-v151)
|
|
|
|
---
|
|
---
|
|
|
|
## Changelog
|
|
|
|
#### Releases v1.5.3
|
|
|
|
1. Using `SPI_DMA_CH_AUTO` and built-in ESP32 MAC
|
|
2. Improve library and examples code
|
|
|
|
#### Releases v1.5.2
|
|
|
|
1. Suppress compile error when using aggressive compile settings
|
|
|
|
#### Releases v1.5.1
|
|
|
|
1. Initial coding to support ESP32 boards using `W5500 LwIP Ethernet`. Sync with [WebServer_WT32_ETH01 v1.5.1](https://github.com/khoih-prog/WebServer_WT32_ETH01)
|
|
|
|
|
|
|