fixed clang

This commit is contained in:
Pebblebed 2024-01-20 17:13:16 +00:00
parent 6b1f120dfe
commit ac9f52ef12
2 changed files with 2 additions and 1 deletions

View file

@ -108,6 +108,7 @@ esphome/components/esp32_rmt_led_strip/* @jesserockz
esphome/components/esp8266/* @esphome/core
esphome/components/ethernet_info/* @gtjadsonsantos
esphome/components/exposure_notifications/* @OttoWinter
esphome/components/external_eeprom/* @pebblebed-tech
esphome/components/ezo/* @ssieb
esphome/components/ezo_pmp/* @carlos-sarmiento
esphome/components/factory_reset/* @anatoly-savchenkov

View file

@ -254,7 +254,7 @@ void ExtEepromComponent::write(uint32_t memaddr, uint8_t *data_to_write, uint16_
size -= amt_to_write;
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
}
}
}
/// @brief Write a std::string to the device