This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WebServer_ESP32_SC_W5500
Releases · khoih-prog/WebServer_ESP32_SC_W5500
v1.2.1 to remove unused variable to avoid compiler warning and error
Releases v1.2.1
- Remove unused variable to avoid compiler warning and error
v1.2.0 to add support to ESP32_C3-based boards using `LwIP W5500 Ethernet`
Releases v1.2.0
- Add support to ESP32_C3-based boards using
LwIP W5500 Ethernet
v1.1.0 to add support to ESP32_S2-based boards using `LwIP W5500 Ethernet`
Releases v1.1.0
- Add support to ESP32_S2-based boards using
LwIP W5500 Ethernet
v1.0.1 using `SPI_DMA_CH_AUTO` instead of manually selected and to add example multiFileProject
Releases v1.0.1
- Using
SPI_DMA_CH_AUTO
instead of manually selected - Add example multiFileProject
v1.0.0 to support ESP32_S3-based boards using LwIP W5500 Ethernet
Releases v1.0.0
- Initial coding to support ESP32_S3-based boards using
LwIP W5500 Ethernet
. - Use
allman astyle