Just fiddling with pointer smoothness and status report
This commit is contained in:
@@ -874,9 +874,9 @@ def main():
|
||||
# Initialize variables for main loop
|
||||
last_heartbeat = utime.ticks_ms()
|
||||
now = 0
|
||||
was_moving = False
|
||||
|
||||
while True:
|
||||
was_moving = False
|
||||
try:
|
||||
now = utime.ticks_ms()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user