1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 08:12:22 +01:00
This commit is contained in:
J. Nick Koston
2025-06-30 14:37:30 -05:00
parent 305805256d
commit 7e77e40bda

View File

@@ -331,7 +331,7 @@ void ESP32TouchComponent::loop() {
if (still_touched) {
// Still touched! Timer was reset in update_touch_state_
ESP_LOGD(TAG, "Touch Pad '%s' still touched after %" PRIu32 "ms timeout, resetting timer",
ESP_LOGVV(TAG, "Touch Pad '%s' still touched after %" PRIu32 "ms timeout, resetting timer",
child->get_name().c_str(), this->release_timeout_ms_);
} else {
// Actually released - already handled by check_and_update_touch_state_