Optimierung LSP1 Kommunikation

This commit is contained in:
2024-07-23 11:15:51 +02:00
parent 4df758ccf1
commit 3fe31f6bf0

View File

@@ -460,7 +460,7 @@ class ArduinoGUI:
if command[0] == 'w':
self.tare_angle()
if command[0] == 'u':
outCommand = F"command: {command}\n"
outCommand = F"{command}\n"
self.arduino.write(outCommand.encode())
print(outCommand.encode())
print(self.arduino.readline())