This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/HTTPS_Server_Generic
Releases · khoih-prog/HTTPS_Server_Generic
v1.5.0 to add support to `ESP32` and `ESP32S2/S3/C3` boards using `LwIP W6100 Ethernet`
Releases v1.5.0
- Add support to
ESP32
andESP32S2/S3/C3
boards usingLwIP W6100 Ethernet
v1.4.0 to add support to `ESP32S2/C3` using `LwIP W5500 or ENC28J60`
Releases v1.4.0
- Add support to ESP32S2/C3 using
LwIP W5500 or ENC28J60
v1.3.0 to add support to `ESP32S3` using `LwIP W5500 or ENC28J60`
Releases v1.3.0
- Add support to
ESP32S3
usingLwIP W5500 or ENC28J60
v1.2.0 to port HTTPS Server to ESP32 boards, WT32_ETH01, (ESP32 + LwIP W5500) and (ESP32 + LwIP ENC28J60) Ethernet
Releases v1.2.0
- Initial coding to port esp32_https_server and ESP32_HTTPS_Server to ESP32 boards, WT32_ETH01, (ESP32 + LwIP W5500) and (ESP32 + LwIP ENC28J60) Ethernet
- Use
allman astyle
and restyle library.