diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c index 10fd5101c..572f57b47 100644 --- a/src/httpserver/http_fns.c +++ b/src/httpserver/http_fns.c @@ -772,7 +772,7 @@ int http_fn_index(http_request_t* request) { // display temperature - thanks to giedriuslt // only in Normal mode, and if boot is not failing - hprintf255(request, "
Internal temperature: %.1f°C
", g_wifi_temperature); + hprintf255(request, "
Chip temperature: %.1f°C
", g_wifi_temperature); inputName = CFG_GetPingHost(); if (inputName && *inputName && CFG_GetPingDisconnectedSecondsToRestart()) {