Fix fan pin off by 1 bit

This commit is contained in:
Josh Stewart 2017-11-05 02:05:48 +11:00
parent 4b5b040615
commit 575c9d0334
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ struct config3 {
byte fanInv : 1; // Fan output inversion bit byte fanInv : 1; // Fan output inversion bit
byte fanEnable : 1; // Fan enable bit. 0=Off, 1=On/Off byte fanEnable : 1; // Fan enable bit. 0=Off, 1=On/Off
byte fanPin : 5; byte fanPin : 6;
byte fanSP; // Cooling fan start temperature byte fanSP; // Cooling fan start temperature
byte fanHyster; // Fan hysteresis byte fanHyster; // Fan hysteresis
byte fanFreq; // Fan PWM frequency byte fanFreq; // Fan PWM frequency