mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
tweak
This commit is contained in:
@@ -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
|
@@ -39,4 +39,4 @@ void ESP32TouchComponent::dump_config_sensors_() {
|
||||
} // namespace esp32_touch
|
||||
} // namespace esphome
|
||||
|
||||
#endif // USE_ESP32
|
||||
#endif // USE_ESP32
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user