Skip to content

Commit c18d410

Browse files
Update TouchControllerWS.cpp (#126)
Co-authored-by: TiVoHomeUser <[email protected]>
1 parent 39d1be4 commit c18d410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TouchControllerWS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bool TouchControllerWS::isCalibrationFinished() {
8888
}
8989

9090
bool TouchControllerWS::isTouched() {
91-
touchScreen->touched();
91+
return touchScreen->touched();
9292
}
9393

9494
bool TouchControllerWS::isTouched(int16_t debounceMillis) {

0 commit comments

Comments
 (0)