Update TEMP_BED_PIN in MIGHTYBOARD_REVE
Pin K7 number in fastio1280.h is 69, but it's also ADC15 pin. To get correct value from ADC reading it should be set as 15.
This commit is contained in:
		
							parent
							
								
									aeb5c623c1
								
							
						
					
					
						commit
						5320906b0b
					
				| @ -124,7 +124,7 @@ | ||||
| //
 | ||||
| // Temperature Sensors
 | ||||
| //
 | ||||
| #define TEMP_BED_PIN        69   // K7
 | ||||
| #define TEMP_BED_PIN        15   // K7 - 69 / ADC15 - 15 
 | ||||
| 
 | ||||
| // SPI for Max6675 or Max31855 Thermocouple
 | ||||
| // Uses a separate SPI bus
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user