Revert thermistor swap

PA1 / TH0 for bed
PA2 / TH1 for hotend
This commit is contained in:
thisiskeithb 2023-12-24 10:25:32 -08:00
parent 598d52c2fc
commit d3199b7e16
No known key found for this signature in database
GPG Key ID: 563DA16B756772CE

View File

@ -185,8 +185,8 @@
//
// Temperature Sensors
//
#define TEMP_BED_PIN PA2 // TH1
#define TEMP_0_PIN PA1 // TH0
#define TEMP_BED_PIN PA1 // TH0
#define TEMP_0_PIN PA2 // TH1
#define TEMP_1_PIN PA0 // TH2
#define TEMP_2_PIN PA3 // TH3