1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-14 22:21:02 +03:00

Add AsyncESP32_SC_ENC_Manager Library (#2243)

#### Releases v1.0.0

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
This commit is contained in:
Khoi Hoang
2022-12-14 21:01:28 -05:00
committed by GitHub
parent 0375a73873
commit 086b5ecc83

View File

@ -5435,3 +5435,4 @@ https://github.com/neosarchizo/am1002-uart
https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 https://github.com/khoih-prog/WebServer_ESP32_SC_W5500
https://github.com/khoih-prog/WebServer_ESP32_SC_ENC https://github.com/khoih-prog/WebServer_ESP32_SC_ENC
https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager
https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager