1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Remove unnecessary duplicate touch_pad_filter_start (#2724)

This commit is contained in:
Alexandre-Jacques St-Jacques
2021-11-14 17:58:22 -05:00
committed by GitHub
parent 7333123ba4
commit 0b193eee43

View File

@@ -94,7 +94,6 @@ void ESP32TouchComponent::dump_config() {
if (this->iir_filter_enabled_()) {
ESP_LOGCONFIG(TAG, " IIR Filter: %ums", this->iir_filter_);
touch_pad_filter_start(this->iir_filter_);
} else {
ESP_LOGCONFIG(TAG, " IIR Filter DISABLED");
}