Reset heater pins after hard resets to avoid keeping them enabled while we don't have temperature control anymore
This commit is contained in:
parent
8807e95fe2
commit
80f186ebe0
1 changed files with 2 additions and 0 deletions
|
|
@ -292,9 +292,11 @@ void setup()
|
|||
|
||||
#if (HEATER_0_PIN > -1)
|
||||
SET_OUTPUT(HEATER_0_PIN);
|
||||
WRITE(HEATER_0_PIN,LOW);
|
||||
#endif
|
||||
#if (HEATER_1_PIN > -1)
|
||||
SET_OUTPUT(HEATER_1_PIN);
|
||||
WRITE(HEATER_1_PIN,LOW);
|
||||
#endif
|
||||
|
||||
//Initialize Fan Pin
|
||||
|
|
|
|||
Loading…
Reference in a new issue