add lilygo to network hardware list

This commit is contained in:
technyon
2023-03-15 21:26:26 +01:00
parent 15ca07241e
commit fce595c6e7

View File

@@ -1208,6 +1208,7 @@ const std::vector<std::pair<String, String>> WebCfgServer::getNetworkDetectionOp
options.push_back(std::make_pair("4", "Olimex ESP32-POE / ESP-POE-ISO"));
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"));
return options;
}