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 for ESP32 with W5500 and ENC28J60
Browse files Browse the repository at this point in the history
### Releases v1.8.0

1. Add support to ESP32 boards using `LwIP W5500 Ethernet`
2. Add support to ESP32 boards using `LwIP ENC28J60 Ethernet`
3. Use `allman astyle` and add `utils`. Restyle the library
  • Loading branch information
khoih-prog authored Dec 1, 2022
1 parent 4f9f9e2 commit c55df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ https://github.com/khoih-prog/AsyncMQTT_Generic/blob/6a9d4e6e3701f35e3c7a4619599

This is the wiring for ESP8266 `W5500` or `ENC28J60` Ethernet when using `SS = GPIO5`

https://github.com/khoih-prog/AsyncMQTT_Generic/blob/f848a405a49ac1a893a96f0332c2c6d7f4b0e65f/examples/ESP32_W5500/FullyFeaturedSSL_ESP32_W5500/defines.h#L21-L32
https://github.com/khoih-prog/AsyncMQTT_Generic/blob/f848a405a49ac1a893a96f0332c2c6d7f4b0e65f/examples/ESP32_W5500/FullyFeaturedSSL_ESP32_W5500/defines.h#L26-L32


|W5x00/ENC28J60 Ethernet|<--->|ESP32|
Expand Down

0 comments on commit c55df5e

Please sign in to comment.