mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fixed clang
This commit is contained in:
parent
6b1f120dfe
commit
ac9f52ef12
2 changed files with 2 additions and 1 deletions
|
@ -108,6 +108,7 @@ esphome/components/esp32_rmt_led_strip/* @jesserockz
|
||||||
esphome/components/esp8266/* @esphome/core
|
esphome/components/esp8266/* @esphome/core
|
||||||
esphome/components/ethernet_info/* @gtjadsonsantos
|
esphome/components/ethernet_info/* @gtjadsonsantos
|
||||||
esphome/components/exposure_notifications/* @OttoWinter
|
esphome/components/exposure_notifications/* @OttoWinter
|
||||||
|
esphome/components/external_eeprom/* @pebblebed-tech
|
||||||
esphome/components/ezo/* @ssieb
|
esphome/components/ezo/* @ssieb
|
||||||
esphome/components/ezo_pmp/* @carlos-sarmiento
|
esphome/components/ezo_pmp/* @carlos-sarmiento
|
||||||
esphome/components/factory_reset/* @anatoly-savchenkov
|
esphome/components/factory_reset/* @anatoly-savchenkov
|
||||||
|
|
|
@ -254,7 +254,7 @@ void ExtEepromComponent::write(uint32_t memaddr, uint8_t *data_to_write, uint16_
|
||||||
size -= amt_to_write;
|
size -= amt_to_write;
|
||||||
ESP_LOGVV(TAG, "After write size %d amt %d add %d", size, amt_to_write, memaddr);
|
ESP_LOGVV(TAG, "After write size %d amt %d add %d", size, amt_to_write, memaddr);
|
||||||
delay(this->memory_page_write_time_ms_); /// Delay the amount of time to record a page
|
delay(this->memory_page_write_time_ms_); /// Delay the amount of time to record a page
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Write a std::string to the device
|
/// @brief Write a std::string to the device
|
||||||
|
|
Loading…
Reference in a new issue