Update SoftAP

This commit is contained in:
jomjol
2022-12-31 11:15:51 +01:00
parent eff713a2a9
commit b9abbafefc
10 changed files with 135 additions and 19 deletions

View File

@@ -139,6 +139,11 @@ bool setupTime() {
ConfigFile configFile = ConfigFile(CONFIG_FILE);
if (!configFile.ConfigFileExists()){
LogFile.WriteToFile(ESP_LOG_INFO, TAG, "No ConfigFile defined - exit setupTime() ");
return false;
}
std::vector<std::string> splitted;
std::string line = "";
bool disabledLine = false;