Change temperature value when switching from gren to red from 45 to 60°C

This commit is contained in:
DL6ER
2016-12-24 14:55:38 +01:00
parent f9d9bbd0e1
commit 87ac94aec9
+1 -1
View File
@@ -257,7 +257,7 @@
// CPU Temp
if ($celsius >= -273.15) {
echo "<a href=\"#\" id=\"temperature\"><i class=\"fa fa-fire\" style=\"color:";
if ($celsius > 45) {
if ($celsius > 60) {
echo "#FF0000";
}
else