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

Releases: khoih-prog/WebServer_ESP32_SC_W5500

v1.2.1 to remove unused variable to avoid compiler warning and error

23 Dec 00:49
5fe2acf
Compare
Choose a tag to compare

Releases v1.2.1

  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`

20 Dec 19:06
3655a63
Compare
Choose a tag to compare

Releases v1.2.0

  1. 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`

19 Dec 21:27
92e3dff
Compare
Choose a tag to compare

Releases v1.1.0

  1. 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

14 Dec 20:49
697a3b1
Compare
Choose a tag to compare

Releases v1.0.1

  1. Using SPI_DMA_CH_AUTO instead of manually selected
  2. Add example multiFileProject

v1.0.0 to support ESP32_S3-based boards using LwIP W5500 Ethernet

14 Dec 06:27
ea5c072
Compare
Choose a tag to compare

Releases v1.0.0

  1. Initial coding to support ESP32_S3-based boards using LwIP W5500 Ethernet.
  2. Use allman astyle