Skip to content

Commit 38641c3

Browse files
committed
lower hot temp alert
1 parent bc337f8 commit 38641c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reflow_pid.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifndef reflow_pid_h
22
#define reflow_pid_h
33

4+
// remove all reflowoven methods, use for all SSR pid control generic
5+
//
6+
47
#include "InterpolationLib.h"
58

69
unsigned long stateStartMS = 0; // state start timers
@@ -11,7 +14,7 @@ int reflowGraphCounter = 0; // counter period for graphing graphInterval
1114

1215
// temperature vars
1316
int hotTemp = 70; // C burn temperature for HOT indication, 0=disable
14-
int coolTemp = 50; // C safe temperature for HOT indication, 0=disable
17+
int coolTemp = 48; // C safe temperature for HOT indication, 0=disable
1518
int lowTemp = 30; // C of TC warmed than typical CJ
1619
int shutDownTemp = 210; // degrees C
1720
int fanTemp = lowTemp+5; // cooldown complete fan off low temp

0 commit comments

Comments
 (0)