THERMAL_MIN_TEMP
if (error == 0 && val > THERMAL_MIN_TEMP && val < 130000)
if (error == 0 && val > best && val > THERMAL_MIN_TEMP &&