add support for M5STACK PoESP32 Unit

This commit is contained in:
technyon
2023-03-11 12:40:08 +01:00
parent 7576244142
commit b3fcca74b5
3 changed files with 10 additions and 1 deletions

View File

@@ -1175,6 +1175,7 @@ const std::vector<std::pair<String, String>> WebCfgServer::getNetworkDetectionOp
options.push_back(std::make_pair("3", "M5Stack Atom POE (W5500)"));
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"));
return options;
}