debug and testing with arduino

This commit is contained in:
Martin Zietz
2021-01-27 11:21:03 +01:00
parent 4908338672
commit 239b685fee
7 changed files with 71 additions and 50 deletions
+1
View File
@@ -228,6 +228,7 @@ class StatusDisplay(Frame):
def update_labels(self, controller):
# ToDo: do this with a dictionary
g.ARDUINO.update_status_info()
i = 0
for axis in g.AXES:
if axis.device is not None: