aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
diff options
context:
space:
mode:
authorRonen Sberlo <ronen.s@twine-s.com>2020-10-11 15:02:55 +0300
committerRonen Sberlo <ronen.s@twine-s.com>2020-10-11 15:02:55 +0300
commit93af278a3cdcace222539930e2dfb063a1bebedb (patch)
tree4c38bee0f490f159d821b74c7d95c0db42d01e8d /Software/Embedded_SW/Embedded/Modules
parent680282cefdf9c1eb39b9e80ca94bffc0cd6b5c45 (diff)
downloadTango-93af278a3cdcace222539930e2dfb063a1bebedb.tar.gz
Tango-93af278a3cdcace222539930e2dfb063a1bebedb.zip
blower max temp
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
index 2b26c32c5..534d35efa 100644
--- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c
@@ -1186,7 +1186,7 @@ uint32_t HeaterBlowerMaxTempCBFunction(uint32_t IfIndex, uint32_t readValue)
//ReportWithPackageFilter(HeatersFilter,(MinreadValue/100), "Heater Over the max temperature, turned off");
return OK;
}
- if (BlowerPt100Read <= 25000) //was MinreadValue
+ if (BlowerPt100Read <= 25300) //was MinreadValue
{
HeaterMaxTempFlag[index] = false;
return OK;