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

Commit

Permalink
v1.8.0 to add ESP32_C3
Browse files Browse the repository at this point in the history
#### Releases v1.8.0

1. Add support to `ESP32_C3` boards using `LwIP W5500 Ethernet`
  • Loading branch information
khoih-prog authored Dec 20, 2022
1 parent 9f1dfa5 commit 074e43e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`

### Example [Async_AdvancedWebServer](examples/Async_AdvancedWebServer)

https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/blob/a1776c0de8a14ece510e8d1ec4a909faa1785800/examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino#L40-L256
https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/blob/9f1dfa5e651999480f758a764e727398b14cd612/examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino#L40-L270


You can access the Async Advanced WebServer @ the server IP
Expand All @@ -1643,6 +1643,14 @@ You can access the Async Advanced WebServer @ the server IP
<img src="https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/raw/main/pics/Async_AdvancedWebServer.png">
</p>

<p align="center">
<img src="https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/raw/main/pics/AsyncWebServer_SendChunked_ESP32_S2.png">
</p>

<p align="center">
<img src="https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/raw/main/pics/AsyncWebServer_SendChunked_ESP32_C3.png">
</p>

---
---

Expand Down

0 comments on commit 074e43e

Please sign in to comment.