mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 18:46:02 +00:00
5bc9faa3dea3187b46cb24b6f897f52c5ea59ffa
feed_wdt() calls status_led::global_status_led->call() which is a vtable dispatch into flash. arch_feed_wdt() calls esp_task_wdt_reset() which is in .flash.text. Neither function can execute with the flash cache disabled, so IRAM_ATTR provides no benefit.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
585 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
