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:
parent
453b0c46c0
commit
0a9bd5339a
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user