mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Update mcp4461.cpp
This commit is contained in:
		| @@ -45,7 +45,7 @@ void Mcp4461Component::begin_() { | ||||
|  | ||||
| void Mcp4461Component::set_initial_value(Mcp4461WiperIdx wiper, float initial_value) { | ||||
|     uint8_t wiper_id = static_cast<uint8_t>(wiper); | ||||
|     this->reg_[wiper_id].initial_value = initial_value;     | ||||
|     this->reg_[wiper_id].initial_value = initial_value; | ||||
|   } | ||||
|  | ||||
| void Mcp4461Component::set_write_protection_status_() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user