no-release: minor formatting

This commit is contained in:
ZanzyTHEbar 2023-03-03 15:51:11 +00:00
parent a1a2da1e19
commit f254b7b194

View File

@ -267,8 +267,6 @@ void ProjectConfig::setWifiConfig(const std::string& networkName,
// config are the ones we want the esp to connect to, rather than host as AP,
// and here we're just updating them
size_t size = this->config.networks.size();
int index;
// we're allowing to store up to three additional networks
if (size == 0) {
Serial.println("No networks, We're adding a new network");