Nora Vazbyte
/
99Problems-BLEAint1
app critics will say it's money, cash, toes
Revision 23:7126ef3503e2, committed 2018-12-16
- Comitter:
- vazbyte
- Date:
- Sun Dec 16 14:35:50 2018 +0000
- Parent:
- 22:50f88b18cfad
- Commit message:
- now step_buffer resets on button press
Changed in this revision
source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 50f88b18cfad -r 7126ef3503e2 source/main.cpp --- a/source/main.cpp Sun Dec 16 13:51:44 2018 +0000 +++ b/source/main.cpp Sun Dec 16 14:35:50 2018 +0000 @@ -138,6 +138,7 @@ } else if (totalsteps != 0) { totalsteps = 0; + step_buffer = 0; } old_pb = new_pb;