Just fiddling with pointer smoothness and status report

This commit is contained in:
2026-04-13 20:01:08 +02:00
parent 701edd3477
commit 42d3193b75

View File

@@ -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()