grammar and missing colon (#1318)

This commit is contained in:
divadiow
2024-08-19 16:10:37 +01:00
committed by GitHub
parent 27e0189875
commit 1b2fc53f7d

View File

@ -765,7 +765,7 @@ int http_fn_index(http_request_t* request) {
}
hprintf255(request, "</h5>");
}
hprintf255(request, "<h5>Cfg size: %i, change counter: %i, ota counter: %i, boot incompletes %i (might change to 0 if you wait to 30 sec)!</h5>",
hprintf255(request, "<h5>Cfg size: %i, change counter: %i, ota counter: %i, incomplete boots: %i (might change to 0 if you wait to 30 sec)!</h5>",
sizeof(g_cfg), g_cfg.changeCounter, g_cfg.otaCounter, g_bootFailures);
// display temperature - thanks to giedriuslt