mirror of
https://github.com/esphome/esphome.git
synced 2025-04-10 21:00:31 +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
9fc4a4eff0
commit
d271566fa7
@ -63,7 +63,7 @@ void DeepSleepComponent::begin_sleep(bool manual) {
|
||||
}
|
||||
App.run_safe_shutdown_hooks();
|
||||
|
||||
deep_sleep_();
|
||||
this->deep_sleep_();
|
||||
}
|
||||
|
||||
float DeepSleepComponent::get_setup_priority() const { return setup_priority::LATE; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user