1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-06-12 16:14:37 -05:00
parent aeaa7c699a
commit 1e12614f9a

View File

@@ -207,7 +207,6 @@ void ESP32TouchComponent::on_shutdown() {
void IRAM_ATTR ESP32TouchComponent::touch_isr_handler(void *arg) {
ESP32TouchComponent *component = static_cast<ESP32TouchComponent *>(arg);
uint32_t pad_status = touch_pad_get_status();
touch_pad_clear_status();
// Process all configured pads to check their current state