Skip to content

Commit

Permalink
FORCE_SOFT_SPI for mini12864, Avoid making Max31865 SoftSPI inoperative
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech committed Nov 4, 2021
1 parent 627b67e commit c2abb9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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,8 +32,10 @@
#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


#include "pins_BTT_OCTOPUS_V1_common.h"

0 comments on commit c2abb9b

Please sign in to comment.