mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
no-release: minor formatting
This commit is contained in:
parent
a1a2da1e19
commit
f254b7b194
@ -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,
|
// config are the ones we want the esp to connect to, rather than host as AP,
|
||||||
// and here we're just updating them
|
// and here we're just updating them
|
||||||
size_t size = this->config.networks.size();
|
size_t size = this->config.networks.size();
|
||||||
int index;
|
|
||||||
|
|
||||||
// we're allowing to store up to three additional networks
|
// we're allowing to store up to three additional networks
|
||||||
if (size == 0) {
|
if (size == 0) {
|
||||||
Serial.println("No networks, We're adding a new network");
|
Serial.println("No networks, We're adding a new network");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user