minor refactoring of network code

This commit is contained in:
technyon
2023-02-18 19:14:38 +01:00
parent 9e92ea8cb3
commit d0fbaefd77
7 changed files with 18 additions and 13 deletions

View File

@@ -780,7 +780,7 @@ void WebCfgServer::buildInfoHtml(String &response)
response.concat("Restart reason FW: ");
response.concat(getRestartReason());
response.concat("\n");
response.concat( "\n");
response.concat("Restart reason ESP: ");
response.concat(getEspRestartReason());