From 616ece9f7aa63ce1229cbd875c417486c3dddc1b Mon Sep 17 00:00:00 2001 From: SGE Date: Mon, 1 Apr 2024 21:04:05 +0200 Subject: [PATCH] formatting issues --- esphome/components/icnt86/icnt86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/icnt86/icnt86.cpp b/esphome/components/icnt86/icnt86.cpp index 8eadc69cee..5478ad540a 100644 --- a/esphome/components/icnt86/icnt86.cpp +++ b/esphome/components/icnt86/icnt86.cpp @@ -51,7 +51,7 @@ void ICNT86Touchscreen::update_touches() { UWORD touch_evenid = buf[6 + 7 * i]; ESP_LOGD(TAG, "Touch x: %d, y: %d, p: %d", x, y, p); - this->add_raw_touch_position_(touch_evenid, x, y, p, true); + this->add_raw_touch_position_(touch_evenid, x, y, p); } } }