1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-25 22:52:20 +01:00

Always perform select() when loop duration exceeds interval (#9058)

This commit is contained in:
J. Nick Koston
2025-06-11 22:27:10 -05:00
committed by GitHub
parent 261b561bb2
commit dac738a916
2 changed files with 13 additions and 7 deletions

View File

@@ -575,7 +575,7 @@ class Application {
void feed_wdt_arch_();
/// Perform a delay while also monitoring socket file descriptors for readiness
void delay_with_select_(uint32_t delay_ms);
void yield_with_select_(uint32_t delay_ms);
std::vector<Component *> components_{};
std::vector<Component *> looping_components_{};