mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
formatting issues
This commit is contained in:
parent
cc607e2968
commit
616ece9f7a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ void ICNT86Touchscreen::update_touches() {
|
||||||
UWORD touch_evenid = buf[6 + 7 * i];
|
UWORD touch_evenid = buf[6 + 7 * i];
|
||||||
ESP_LOGD(TAG, "Touch x: %d, y: %d, p: %d", x, y, p);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue