v0.4.292 - ir support

This commit is contained in:
e2002
2022-02-27 17:51:49 +03:00
parent 5aeec09366
commit 36e2f096de
15 changed files with 299 additions and 77 deletions

View File

@@ -331,6 +331,7 @@ bool Config::saveWifi(const char* post) {
file.print(post);
file.close();
ESP.restart();
return true;
}
}
@@ -350,4 +351,5 @@ bool Config::initNetwork() {
}
}
file.close();
return true;
}