1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

fix: add logging for FRAM clearing in clear_fram_ method of DynamicLampComponent

This commit is contained in:
Oliver Kleinecke 2025-02-19 19:45:33 +01:00
parent 6dba6fc56e
commit cc407d3e8a

View File

@ -412,6 +412,7 @@ void DynamicLampComponent::restore_timers_() {
void DynamicLampComponent::clear_fram_() {
this->fram_->clear();
ESP_LOGV(TAG, "Cleared FRAM");
}
std::vector<uint8_t> DynamicLampComponent::split_to_int_vector_(std::string lamp_list_str) {