This commit is contained in:
J. Nick Koston
2025-06-12 11:45:50 -05:00
parent 99cbe53a8e
commit 719d8cac97
2 changed files with 0 additions and 8 deletions

View File

@@ -262,8 +262,6 @@ void IRAM_ATTR ESP32TouchComponent::touch_isr_handler(void *arg) {
}
}
bool ESP32TouchComponent::iir_filter_enabled_() const { return this->iir_filter_ > 0; }
} // namespace esp32_touch
} // namespace esphome

View File

@@ -366,12 +366,6 @@ void IRAM_ATTR ESP32TouchComponent::touch_isr_handler(void *arg) {
}
}
bool ESP32TouchComponent::filter_configured_() const { return this->filter_mode_ != TOUCH_PAD_FILTER_MAX; }
bool ESP32TouchComponent::denoise_configured_() const { return this->grade_ != TOUCH_PAD_DENOISE_MAX; }
bool ESP32TouchComponent::waterproof_configured_() const { return this->waterproof_guard_ring_pad_ != TOUCH_PAD_MAX; }
} // namespace esp32_touch
} // namespace esphome