mirror of
https://github.com/esphome/esphome.git
synced 2024-11-18 11:06:11 +01:00
Fix i2c setup priority (#585)
Fixes https://github.com/esphome/issues/issues/314
This commit is contained in:
parent
a72c3ea9d7
commit
d41ddf380c
@ -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) {
|
||||
ESP_LOGVV(TAG, "Beginning Transmission to 0x%02X:", address);
|
||||
|
Loading…
Reference in New Issue
Block a user