feature_lsp_com #9

Merged
musabe24 merged 12 commits from feature_lsp_com into main 2024-07-22 12:15:27 +02:00
Showing only changes of commit f2ed9c9724 - Show all commits

View File

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