mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 15:46:54 +00:00
2e027fc20807a108b41d90384acbeb46fba1cae4
When flash cache is disabled during background flash operations (NVS writes by WiFi, BLE, Zigbee, Thread, power management, etc.), the LEDC control functions will crash if they are in flash. This places the LEDC control functions in IRAM by setting CONFIG_LEDC_CTRL_FUNC_IN_IRAM when the LEDC component is used. Adds require_ledc_iram() helper and ledc_in_iram advanced config option.
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
393 MiB
Languages
C++
60.7%
Python
38.9%
C
0.3%
