Optimierung der LSP Schnittstelle

This commit is contained in:
2024-07-22 11:51:11 +02:00
parent 729bf18aec
commit ac2180b041

View File

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