mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
commit
29a7d32f77
2 changed files with 1 additions and 2 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");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Constants used by esphome."""
|
"""Constants used by esphome."""
|
||||||
|
|
||||||
__version__ = "2021.11.0b4"
|
__version__ = "2021.11.0b5"
|
||||||
|
|
||||||
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
|
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue