This commit is contained in:
2024-07-22 12:14:50 +02:00
parent db17fbc1d9
commit f2ed9c9724

View File

@@ -454,7 +454,7 @@ class ArduinoGUI:
self.tare_angle() self.tare_angle()
if command[0] == 'u': if command[0] == 'u':
outCommand = F"command: {command}\n" outCommand = F"command: {command}\n"
selr.arduino.write(outCommand.encode()) self.arduino.write(outCommand.encode())
time.sleep(0.1) time.sleep(0.1)
self.ser.read() self.ser.read()