Heltecv2 battery monitoring disabled
This commit is contained in:
		
							parent
							
								
									25e64e0ffd
								
							
						
					
					
						commit
						cf6bb5c992
					
				@ -20,9 +20,13 @@
 | 
				
			|||||||
#define HAS_LED LED_BUILTIN                           // white LED on board
 | 
					#define HAS_LED LED_BUILTIN                           // white LED on board
 | 
				
			||||||
#define HAS_BUTTON KEY_BUILTIN                        // button "PROG" on board
 | 
					#define HAS_BUTTON KEY_BUILTIN                        // button "PROG" on board
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BAT_MEASURE_ADC ADC2_GPIO13_CHANNEL  // battery probe GPIO pin
 | 
					// caveat: activating ADC2 conflicts with Wifi in current arduino-esp32
 | 
				
			||||||
#define BAT_MEASURE_ADC_UNIT 2 // ADC 2
 | 
					// see https://github.com/espressif/arduino-esp32/issues/3222
 | 
				
			||||||
#define BAT_VOLTAGE_DIVIDER 2 // voltage divider 220k/100k on board
 | 
					// thus we must waiver of battery monitoring 
 | 
				
			||||||
 | 
					//#define BAT_MEASURE_ADC ADC2_GPIO13_CHANNEL  // battery probe GPIO pin
 | 
				
			||||||
 | 
					//#define BAT_MEASURE_ADC_UNIT 2 // ADC 2
 | 
				
			||||||
 | 
					//#define BAT_VOLTAGE_DIVIDER 2 // voltage divider 220k/100k on board
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define EXT_POWER_SW Vext // switches battery power, Vext control 0 = on / 1 = off
 | 
					#define EXT_POWER_SW Vext // switches battery power, Vext control 0 = on / 1 = off
 | 
				
			||||||
#define EXT_POWER_ON    0
 | 
					#define EXT_POWER_ON    0
 | 
				
			||||||
//#define EXT_POWER_OFF   1
 | 
					//#define EXT_POWER_OFF   1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user