mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07: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
518 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
