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:
@@ -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_{};
|
||||
|
Reference in New Issue
Block a user