🐛 Fix Octopus-Pro Max31865 / SPI (#23072)

This commit is contained in:
BigTreeTech 2021-11-04 18:54:38 +08:00 committed by Scott Lahteine
parent fc2020c6ec
commit 89ec1c71f0
2 changed files with 8 additions and 7 deletions

View File

@ -32,6 +32,7 @@
#define TEMP_0_MISO_PIN PA6
#define TEMP_0_MOSI_PIN PA7
#define SOFTWARE_SPI // Max31865 and LCD SD share a set of SPIs, Set SD to softwareSPI for Max31865
#define FORCE_SOFT_SPI
#else
#define TEMP_0_PIN PF4 // TH0
#endif

View File

@ -168,13 +168,6 @@
#define POWER_LOSS_PIN PC0 // PWRDET
#endif
//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif
//
// Steppers
//
@ -524,6 +517,13 @@
#define BTN_ENC EXP1_09_PIN
#endif
//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif
//
// WIFI
//