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

Increase task wdt timeout for ESP32/ESP32-C3 (#2096)

This commit is contained in:
Stefan Agner
2021-08-10 11:10:52 +02:00
committed by GitHub
parent 6a2f0f5143
commit f94c221a9a
4 changed files with 37 additions and 6 deletions

View File

@@ -250,6 +250,8 @@ class Application {
void calculate_looping_components_();
void feed_wdt_arch_();
std::vector<Component *> components_{};
std::vector<Component *> looping_components_{};