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

Add AsyncESP32_SC_W6100_Manager library (#2375)

1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S2/S3/C3 boards using `LwIP W6100 Ethernet`. Sync with [AsyncESP32_SC_W5500_Manager v1.1.0](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager)
2. Use `allman astyle`
This commit is contained in:
Khoi Hoang
2023-01-14 20:50:13 -05:00
committed by GitHub
parent 4c3c2efbc6
commit 3fa90a0db0

View File

@ -5521,3 +5521,4 @@ https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk
https://github.com/berrak/SensorWLED https://github.com/berrak/SensorWLED
https://github.com/mimuz/mimuz-ch55x https://github.com/mimuz/mimuz-ch55x
https://github.com/khoih-prog/AsyncESP32_W6100_Manager https://github.com/khoih-prog/AsyncESP32_W6100_Manager
https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager