Skip to content

Commit

Permalink
🐛 Fix Octopus-Pro Max31865 / SPI (#23072)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech authored and thinkyhead committed Dec 25, 2021
1 parent fc2020c commit 89ec1c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_PRO_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@
#define POWER_LOSS_PIN PC0 // PWRDET
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif

//
// Steppers
//
Expand Down Expand Up @@ -524,6 +517,13 @@
#define BTN_ENC EXP1_09_PIN
#endif

//
// NeoPixel LED
//
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PB0
#endif

//
// WIFI
//
Expand Down

0 comments on commit 89ec1c7

Please sign in to comment.