1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-08 20:00:27 +01:00

Update esphome/components/deep_sleep/deep_sleep_component.cpp

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
tomaszduda23 2024-05-19 10:32:17 +02:00 committed by GitHub
parent 453b0c46c0
commit 0a9bd5339a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ void DeepSleepComponent::dump_config() {
if (this->run_duration_.has_value()) {
ESP_LOGCONFIG(TAG, " Run Duration: %" PRIu32 " ms", *this->run_duration_);
}
dump_config_platform_();
this->dump_config_platform_();
}
void DeepSleepComponent::loop() {