mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-08 00:07:42 +01:00
Clearify "internal Temperature" as SoC temperature (#1395)
* Clearify "internal Temperature" as SoC temperature * Change to "Chip temperature"
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user