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

View File

@ -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; }