Put bogus temp override back in Gen7 up to 1.3
Took out the ifdef when I split 1.4 out and forgot to permanently define it for <=1.3.
This commit is contained in:
		| @@ -116,6 +116,10 @@ | |||||||
| #endif | #endif | ||||||
| #define PS_ON_PIN 15 | #define PS_ON_PIN 15 | ||||||
|  |  | ||||||
|  | //All these generations of Gen7 supply thermistor power | ||||||
|  | //via PS_ON, so ignore bad thermistor readings | ||||||
|  | #define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE | ||||||
|  |  | ||||||
| //our pin for debugging. | //our pin for debugging. | ||||||
| #define DEBUG_PIN 0 | #define DEBUG_PIN 0 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user