mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	Merge branch 'mpr121_debounce_thresholds' of https://github.com/mvturnho/esphome into mpr121_debounce_thresholds
This commit is contained in:
		@@ -57,7 +57,7 @@ class MPR121Channel : public binary_sensor::BinarySensor {
 | 
			
		||||
 | 
			
		||||
 protected:
 | 
			
		||||
  uint8_t channel_{0};
 | 
			
		||||
  uint8_t touch_threshold_{DEFAULT_TOUCH_THRESHOLD};
 | 
			
		||||
  optional<uint8_t> touch_threshold_{};
 | 
			
		||||
  uint8_t release_threshold_{DEFAULT_RELEASE_THRESHOLD};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user