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

Latest commit

 

History

History
52 lines (31 loc) · 2.01 KB

changelog.md

File metadata and controls

52 lines (31 loc) · 2.01 KB

WebServer_ESP32_SC_W5500 Library

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.2.1

  1. Remove unused variable to avoid compiler warning and error

Releases v1.2.0

  1. Add support to ESP32_C3-based boards using LwIP W5500 Ethernet

Releases v1.1.0

  1. Add support to ESP32_S2-based boards using LwIP W5500 Ethernet

Releases v1.0.1

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

Releases v1.0.0

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