Update Restart Hostname

This commit is contained in:
jomjol
2021-03-21 20:56:30 +01:00
parent a0ebf354b1
commit c6ae989b82
9 changed files with 15 additions and 7 deletions

View File

@@ -382,6 +382,9 @@ bool ClassFlowControll::ReadParameter(FILE* pfile, string& aktparamgraph)
{
// reboot notwendig damit die neue wlan.ini auch benutzt wird !!!
fclose(pfile);
printf("do reboot\n");
esp_restart();
hard_restart();
doReboot();
}
}