You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run dash on a odroid-m1 arm server ,run ubuntu 22.04.
I edit .../server/linux_json_api.sh
cpu_temp() {
...
"raspbian")
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000))" | _parseAndPrint
...
...
"ubuntu")
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000))" | _parseAndPrint
...
On a vanilla debian machine the cpu temperature is displayed and updated but the graph is always blank?
The text was updated successfully, but these errors were encountered: