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

Commit

Permalink
v1.9.0 for ESP32_S2/C3 & LwIP Ethernet
Browse files Browse the repository at this point in the history
### Releases v1.9.0

1. Add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
  • Loading branch information
khoih-prog authored Dec 21, 2022
1 parent 67a5000 commit 91973ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,13 @@ You can change the `INT` pin to another one. Default is `GPIO4`

#### 1. File [FullyFeaturedSSL_ESP32_SC_W5500.ino](examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500.ino)

https://github.com/khoih-prog/AsyncMQTT_ESP32/blob/77a895f1e7e46d279b941b2ffd218854e98a6654/examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500.ino#L14-L285
https://github.com/khoih-prog/AsyncMQTT_ESP32/blob/67a50000e5d0d5d8df137016540005355f5d6044/examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500.ino#L14-L285



#### 2. File [defines.h](examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/defines.h)

https://github.com/khoih-prog/AsyncMQTT_ESP32/blob/77a895f1e7e46d279b941b2ffd218854e98a6654/examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/defines.h#L13-L76
https://github.com/khoih-prog/AsyncMQTT_ESP32/blob/67a50000e5d0d5d8df137016540005355f5d6044/examples/ESP32_SC_W5500/FullyFeaturedSSL_ESP32_SC_W5500/defines.h#L13-L90


---
Expand Down

0 comments on commit 91973ca

Please sign in to comment.