Update to correct ANALOG pin assignment instead of DIGITAL address for same pin

This commit is contained in:
InsanityAutomation
2018-05-22 13:55:13 -04:00
parent c531ff3c60
commit 88b9cc0e56
+1 -1
View File
@@ -108,7 +108,7 @@
//
#define TEMP_0_PIN 13 // Analog Input
#define TEMP_1_PIN 15 // Analog Input
#define TEMP_BED_PIN 57 // Analog Input
#define TEMP_BED_PIN 3 // Analog Input
// SPI for Max6675 or Max31855 Thermocouple
#if DISABLED(SDSUPPORT)