mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-12-16 07:34:09 +00:00
Other ETH lib
This commit is contained in:
parent
3ce1df2136
commit
c295017495
70 changed files with 21645 additions and 67 deletions
43
lib/AsyncWebServer_ESP32_W5500/changelog.md
Normal file
43
lib/AsyncWebServer_ESP32_W5500/changelog.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# AsyncWebServer_ESP32_W5500 Library
|
||||
|
||||
[](https://www.ardu-badge.com/AsyncWebServer_ESP32_W5500)
|
||||
[](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500/releases)
|
||||
[](#Contributing)
|
||||
[](http://github.com/khoih-prog/AsyncWebServer_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.6.4](#releases-v164)
|
||||
* [Releases v1.6.3](#releases-v163)
|
||||
* [Releases v1.6.2](#releases-v162)
|
||||
|
||||
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
## Changelog
|
||||
|
||||
#### Releases v1.6.4
|
||||
|
||||
1. Remove unused variable to avoid compiler warning and error
|
||||
|
||||
#### Releases v1.6.3
|
||||
|
||||
1. Add `Async_WebSocketsServer`, `Async_HttpBasicAuth` and `MQTT` examples
|
||||
|
||||
#### Releases v1.6.2
|
||||
|
||||
1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using `LwIP W5500 Ethernet`.
|
||||
2. Bump up to `v1.6.2` to sync with [AsyncWebServer_WT32_ETH01 v1.6.2](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01).
|
||||
3. Use `allman astyle`
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue