mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 00:11:59 +01:00
[dalas_temp] fix clang format
This commit is contained in:
parent
299bcb3e74
commit
92e1f87c2c
@ -43,7 +43,7 @@ void DallasTemperatureSensor::update() {
|
||||
this->status_clear_warning();
|
||||
|
||||
this->send_command_(DALLAS_COMMAND_START_CONVERSION);
|
||||
this->bus_->strong_pullup ();
|
||||
this->bus_->strong_pullup();
|
||||
|
||||
this->set_timeout(this->get_address_name(), this->millis_to_wait_for_conversion_(), [this] {
|
||||
if (!this->read_scratch_pad_() || !this->check_scratch_pad_()) {
|
||||
|
Loading…
Reference in New Issue
Block a user