Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
Allo-4ka
on 27/04/2018, 14:40:09 UTC
This will be a bit more code, but please give the following a try:
Code:
new Func(() => {
const int TemperatureLimit = 85;
var FormatTemp = new Func((string tempString) => {
if (string.IsNullOrEmpty(tempString) || tempString == "0")
return "";
else
return (Convert.ToInt32(tempString) >= TemperatureLimit ?  "" + tempString + "": tempString);
});
return "Chip: " + FormatTemp(stats.ChipTemp1) + "/" + FormatTemp(stats.ChipTemp2) + "/" + FormatTemp(stats.ChipTemp3) + "/" + FormatTemp(stats.ChipTemp4) + " °C";
})()

Hi, Patrick
Thank you so much!
but there was one nuance that the "/" sign at the end, in the end I get the following

http://thumbs2.imagebam.com/98/bf/64/665128837600213.jpg