mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
5818d033784996f04434380d966ae70916b035da
Work around ESP-IDF bug where touch_ll_enable_channel_mask() and touch_ll_set_charge_speed() don't apply the channel 8/9 bit swap required by the ESP32 hardware. The legacy driver's equivalent functions (touch_ll_set_channel_mask, etc.) correctly applied TOUCH_LL_BITS_SWAP, but the new unified API omits it. This caused channels 8 (GPIO33) and 9 (GPIO32) to not be properly enabled for measurement, resulting in reads always returning zero. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
591 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
