Add GL-S10

This commit is contained in:
iranl
2024-06-02 19:50:21 +02:00
parent 074c98dfd9
commit 6985917a61
4 changed files with 12 additions and 2 deletions

View File

@@ -2329,7 +2329,8 @@ 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("8", "GL-S10"));
return options;
}