make the sidebar on the overviw page wider and show the round counter (#1570)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2022-12-13 06:54:59 +01:00
committed by GitHub
parent f62f844134
commit 2dcd771c15
3 changed files with 25 additions and 6 deletions

View File

@@ -662,8 +662,6 @@ esp_err_t handler_uptime(httpd_req_t *req)
#ifdef DEBUG_DETAIL_ON
LogFile.WriteHeapInfo("handler_uptime - Start");
#endif
const char* resp_str;
std::string formatedUptime = getFormatedUptime(false);
@@ -680,9 +678,6 @@ esp_err_t handler_uptime(httpd_req_t *req)
}
esp_err_t handler_prevalue(httpd_req_t *req)
{
#ifdef DEBUG_DETAIL_ON