From f2ed9c972449bfa12c72490e8699a3a457fbb967 Mon Sep 17 00:00:00 2001 From: Musab Erdem Date: Mon, 22 Jul 2024 12:14:50 +0200 Subject: [PATCH] typo fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3cc0be8..318c10f 100644 --- a/main.py +++ b/main.py @@ -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()