Skip to content

Commit

Permalink
Fixed gesture messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMoses1911 committed Oct 8, 2023
1 parent 9a0d737 commit 07c2061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TDS3_CST816.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ String TDS3_CST816::gesture() {
return "NONE";
break;
case SWIPE_DOWN:
return "SWIPE DOWN";
return "SWIPE UP";
break;
case SWIPE_UP:
return "SWIPE UP";
return "SWIPE DOWN";
break;
case SWIPE_LEFT:
return "SWIPE LEFT";
Expand Down

0 comments on commit 07c2061

Please sign in to comment.