1
0
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:
tomaszduda23 2024-05-19 10:32:28 +02:00 committed by GitHub
parent 0a9bd5339a
commit 9fc4a4eff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ void DeepSleepComponent::begin_sleep(bool manual) {
return;
}
if (!prepare_to_sleep_()) {
if (!this->prepare_to_sleep_()) {
return;
}