Browse Source

K65 now hidden

Thomas Thümmler 1 year ago
parent
commit
7d46b24715
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -534,9 +534,9 @@ if ((substr($ip, 0, 13) == "141.52.12.158") | (substr($ip, 0, 13) == "141.52.12.
 	
 	$color = "#FFFFFF";
 	if (abs($K65_temp - $divider_temp_spec) > $tol_div) $color = "#FF0000";
-	placeBox(586, 378,sprintf('%.1F °C', $K65_temp), 50, 2, $color);
+	//placeBox(586, 378,sprintf('%.1F °C', $K65_temp), 50, 2, $color);
 
-	placePicWithLink(536,379, "K65_drawing.png", 50, "K65 temperature status", $K65_link);
+	//placePicWithLink(536,379, "K65_drawing.png", 50, "K65 temperature status", $K65_link);
       }
 
 // ########## HIGH VOLTAGE ##########