This commit is contained in:
J. Nick Koston
2025-06-12 02:01:12 -05:00
parent 70dffff991
commit 281405e0aa

View File

@@ -443,7 +443,7 @@ void ESP32TouchComponent::loop() {
// Try a manual software trigger to see if measurements are working at all
if (current_status == 0 && hal_status == 0) {
ESP_LOGD(TAG, "No touch status, trying manual trigger...");
touch_pad_sw_start();
// touch_pad_sw_start();
}
for (auto *child : this->children_) {