Local routine for subscribe_all fixed, us/ms fixed

This commit is contained in:
2026-04-13 21:09:59 +02:00
parent 42d3193b75
commit 4b40f18fd3
2 changed files with 16 additions and 17 deletions

View File

@@ -108,7 +108,7 @@ class Gauge:
else:
for _ in range(abs(delta)):
self._step(1 if delta > 0 else -1)
utime.sleep_ms(self._step_us)
utime.sleep_us(self._step_us)
self._current_step = target_step