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

Commit

Permalink
v1.0.0 for ESP32/S3 using LwIP W5500 / ENC28J60
Browse files Browse the repository at this point in the history
### Initial Releases v1.0.0

1. Initial coding to support `ESP32/S2/S3/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
  • Loading branch information
khoih-prog authored Dec 19, 2022
1 parent 400e859 commit e37105e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,14 +497,15 @@ Submit issues to: [AsyncDNSServer_ESP32_Ethernet issues](https://github.com/khoi
## TO DO

1. Fix bug. Add enhancement
2. Add support to more `LwIP Ethernet` shields
3. Add support to `ESP32_S2` and `ESP32_C3`


## DONE

1. Add support to **ESP32-based boards using LwIP W5500 Ethernet**
2. Add more examples.
3. Add debugging features
4. Add astyle using `allman` style. Restyle the library
1. Add support to **ESP32/S3-based boards using LwIP W5500 or ENC28J60 Ethernet**
2. Add debugging features
3. Add astyle using `allman` style. Restyle the library

---
---
Expand Down

0 comments on commit e37105e

Please sign in to comment.