No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD
Pins 2 and 3 are probably general-use pins, since the filament sensor uses pin 2.
This commit is contained in:
parent
3ec0f7cfc0
commit
a7b02975b7
|
@ -1788,8 +1788,8 @@
|
||||||
#endif //FILAMENT_SENSOR
|
#endif //FILAMENT_SENSOR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TEMP_1_PIN 2
|
#define TEMP_1_PIN -1
|
||||||
#define TEMP_2_PIN 3
|
#define TEMP_2_PIN -1
|
||||||
|
|
||||||
#define SDPOWER -1
|
#define SDPOWER -1
|
||||||
#define SDSS 8
|
#define SDSS 8
|
||||||
|
|
Loading…
Reference in a new issue