typo fix
This commit is contained in:
2
main.py
2
main.py
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user