LilyGO T-ETH ELite (ESP32-S3+Ethernet POE) support (#611)

* LilyGO T-ETH ELite (ESP32-S3+Ethernet POE) support

* Update W5500Definitions.h

* Update README.md

---------

Co-authored-by: iranl <iranl@users.noreply.github.com>
This commit is contained in:
rforro
2025-01-17 18:34:37 +01:00
committed by GitHub
parent 9deb9f9f8c
commit 6d60d6b4c8
7 changed files with 35 additions and 2 deletions

View File

@@ -5912,6 +5912,7 @@ const std::vector<std::pair<String, String>> WebCfgServer::getNetworkDetectionOp
options.push_back(std::make_pair("5", "WT32-ETH01"));
options.push_back(std::make_pair("6", "M5STACK PoESP32 Unit"));
options.push_back(std::make_pair("7", "LilyGO T-ETH-POE"));
options.push_back(std::make_pair("12", "LilyGO T-ETH ELite"));
options.push_back(std::make_pair("8", "GL-S10"));
options.push_back(std::make_pair("9", "ETH01-Evo"));
options.push_back(std::make_pair("11", "Custom LAN module"));