🐛 Fix Octopus-Pro Max31865 / SPI (#23072)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							fc2020c6ec
						
					
				
				
					commit
					89ec1c71f0
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user