mirror of
https://github.com/esphome/esphome.git
synced 2025-04-10 04:40:30 +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
0a9bd5339a
commit
9fc4a4eff0
@ -53,7 +53,7 @@ void DeepSleepComponent::begin_sleep(bool manual) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!prepare_to_sleep_()) {
|
||||
if (!this->prepare_to_sleep_()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user