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:
parent
6dba6fc56e
commit
cc407d3e8a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user