mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Remove unnecessary duplicate touch_pad_filter_start (#2724)
This commit is contained in:
parent
f2aea02210
commit
09e8782318
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ void ESP32TouchComponent::dump_config() {
|
||||||
|
|
||||||
if (this->iir_filter_enabled_()) {
|
if (this->iir_filter_enabled_()) {
|
||||||
ESP_LOGCONFIG(TAG, " IIR Filter: %ums", this->iir_filter_);
|
ESP_LOGCONFIG(TAG, " IIR Filter: %ums", this->iir_filter_);
|
||||||
touch_pad_filter_start(this->iir_filter_);
|
|
||||||
} else {
|
} else {
|
||||||
ESP_LOGCONFIG(TAG, " IIR Filter DISABLED");
|
ESP_LOGCONFIG(TAG, " IIR Filter DISABLED");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue