Optimierung der LSP Schnittstelle
This commit is contained in:
1
main.py
1
main.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user