mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-12 19:23:45 +02:00
Finish led manager rewrite
This commit is contained in:
@@ -126,7 +126,6 @@ void ProjectConfig::setWifiConfig(const std::string &networkName,
|
||||
{
|
||||
size_t size = this->config.networks.size();
|
||||
|
||||
// rewrite it to std::find
|
||||
auto it = std::find_if(
|
||||
this->config.networks.begin(),
|
||||
this->config.networks.end(),
|
||||
|
||||
Reference in New Issue
Block a user