mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 15:05:30 +00:00
grammar and missing colon (#1318)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user