mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
d1d96d488d265f94280779e206150a8b71b17589
When flash cache is disabled during background flash operations (NVS writes by WiFi, BLE, Zigbee, Thread, power management, etc.), the ADC oneshot read function will crash if it is in flash. This places the ADC oneshot control functions in IRAM by setting CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM when the ADC component is used. Adds require_adc_oneshot_iram() helper and adc_oneshot_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
614 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
