1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00
This commit is contained in:
J. Nick Koston
2025-06-12 11:58:21 -05:00
parent 4ac2141307
commit 48f43d3eb1
4 changed files with 3 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
// ESP32 touch sensor implementation
// Platform-specific implementations are in:
// - esp32_touch_esp32.cpp for original ESP32
// - esp32_touch_esp32s2s3.cpp for ESP32-S2/S3

View File

@@ -39,4 +39,4 @@ void ESP32TouchComponent::dump_config_sensors_() {
} // namespace esp32_touch
} // namespace esphome
#endif // USE_ESP32
#endif // USE_ESP32

View File

@@ -246,4 +246,4 @@ void IRAM_ATTR ESP32TouchComponent::touch_isr_handler(void *arg) {
} // namespace esp32_touch
} // namespace esphome
#endif // USE_ESP32_VARIANT_ESP32
#endif // USE_ESP32_VARIANT_ESP32

View File

@@ -350,4 +350,4 @@ void IRAM_ATTR ESP32TouchComponent::touch_isr_handler(void *arg) {
} // namespace esp32_touch
} // namespace esphome
#endif // USE_ESP32_VARIANT_ESP32S2 || USE_ESP32_VARIANT_ESP32S3
#endif // USE_ESP32_VARIANT_ESP32S2 || USE_ESP32_VARIANT_ESP32S3