Dfift correction attempts
This commit is contained in:
@@ -877,7 +877,7 @@ def main():
|
||||
for i, g in enumerate(gauge_objects):
|
||||
if tick < abs(pending[i]):
|
||||
g.step(1 if pending[i] > 0 else -1)
|
||||
utime.sleep_us(delay_us)
|
||||
utime.sleep_us(delay_us)
|
||||
else:
|
||||
if was_moving:
|
||||
publish_state(client_ref)
|
||||
|
||||
Reference in New Issue
Block a user