Fix relays

This commit is contained in:
Tanner
2025-02-28 15:32:57 -08:00
parent 79707cd62f
commit 16bc26d7d2
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ def serial_loop(dev_fn):
d['TrqCurrent'] = dmm.read_TrqCurrent()
if True:
dmm.set_speed(-30)
dmm.set_speed(0)
time.sleep(.5)
d['Speed'] = dmm.measure_speed()