Fix and improve Power Monitor (#21551)
This commit is contained in:
		@@ -119,6 +119,7 @@
 | 
			
		||||
// Misc. Functions
 | 
			
		||||
//
 | 
			
		||||
#define LED_PIN                            P1_31
 | 
			
		||||
#define POWER_MONITOR_VOLTAGE_PIN       P0_25_A2
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// LCD
 | 
			
		||||
@@ -156,9 +157,8 @@
 | 
			
		||||
  #define SD_MISO_PIN                      P0_17
 | 
			
		||||
  #define SD_MOSI_PIN                      P0_18
 | 
			
		||||
  #define SD_SS_PIN                        P0_16
 | 
			
		||||
  #define SD_DETECT_PIN                    P1_22
 | 
			
		||||
#elif SD_CONNECTION_IS(ONBOARD)
 | 
			
		||||
  #undef SD_DETECT_PIN
 | 
			
		||||
  #define SD_DETECT_PIN                    P0_27
 | 
			
		||||
  #define SD_SCK_PIN                       P0_07
 | 
			
		||||
  #define SD_MISO_PIN                      P0_08
 | 
			
		||||
  #define SD_MOSI_PIN                      P0_09
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user