mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Remove Touch driver debug output
This commit is contained in:
parent
eff199ed38
commit
560d491f71
@ -34,7 +34,7 @@ class TouchLovyanGfx : public BaseTouch {
|
||||
data->state = LV_INDEV_STATE_PR;
|
||||
hasp_set_sleep_offset(0); // Reset the offset
|
||||
|
||||
LOG_DEBUG(TAG_DRVR, F("Touch: %d %d"), tp.x, tp.y);
|
||||
// LOG_DEBUG(TAG_DRVR, F("Touch: %d %d"), tp.x, tp.y);
|
||||
// HASP_SERIAL.print('#');
|
||||
} else {
|
||||
data->state = LV_INDEV_STATE_REL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user