This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WebServer_ESP32_SC_ENC
Releases · khoih-prog/WebServer_ESP32_SC_ENC
v1.2.1 to increase default `SPI_CLOCK_MHZ` clock to 20MHz from 8MHz and to update examples to use `DHCP` with `built-in ESP32 Ethernet MAC Address`
v1.2.1 to increase default `SPI_CLOCK_MHZ` clock to 20MHz from 8MHz and to update examples to use `DHCP` with `built-in ESP32 Ethernet MAC Address`
Latest
Releases v1.2.1
- Increase default
SPI_CLOCK_MHZ
clock to 20MHz from 8MHz - Update examples to use
DHCP
withbuilt-in ESP32 Ethernet MAC Address
v1.2.0 to add support to ESP32_C3-based boards using `LwIP ENC28J60 Ethernet`
Releases v1.2.0
- Add support to ESP32_C3-based boards using
LwIP ENC28J60 Ethernet
v1.1.0 to add support to ESP32_S2-based boards using `LwIP ENC28J60 Ethernet`
Releases v1.1.0
- Add support to ESP32_S2-based boards using
LwIP ENC28J60 Ethernet
v1.0.0 to support ESP32_S3-based boards using LwIP ENC28J60 Ethernet
Releases v1.0.0
- Initial coding to support ESP32_S3-based boards using
LwIP ENC28J60 Ethernet
. - Use
allman astyle