Skip to content

Commit

Permalink
Clearify "internal Temperature" as SoC temperature (#1395)
Browse files Browse the repository at this point in the history
* Clearify "internal Temperature" as SoC temperature

* Change to "Chip temperature"
  • Loading branch information
MaxineMuster authored Oct 28, 2024
1 parent 4d4e9a4 commit 539a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpserver/http_fns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<h5>Internal temperature: %.1f°C</h5>", g_wifi_temperature);
hprintf255(request, "<h5>Chip temperature: %.1f°C</h5>", g_wifi_temperature);

inputName = CFG_GetPingHost();
if (inputName && *inputName && CFG_GetPingDisconnectedSecondsToRestart()) {
Expand Down

0 comments on commit 539a427

Please sign in to comment.