mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fix i2c setup priority (#585)
Fixes https://github.com/esphome/issues/issues/314
This commit is contained in:
		| @@ -50,7 +50,7 @@ void I2CComponent::dump_config() { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| } | } | ||||||
| float I2CComponent::get_setup_priority() const { return setup_priority::HARDWARE; } | float I2CComponent::get_setup_priority() const { return setup_priority::BUS; } | ||||||
|  |  | ||||||
| void I2CComponent::raw_begin_transmission(uint8_t address) { | void I2CComponent::raw_begin_transmission(uint8_t address) { | ||||||
|   ESP_LOGVV(TAG, "Beginning Transmission to 0x%02X:", address); |   ESP_LOGVV(TAG, "Beginning Transmission to 0x%02X:", address); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user