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 ac2180b041 - Show all commits

View File

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