@@ -453,8 +453,7 @@ class ArduinoGUI:
self.tare_angle()
if command(0) == 'u':
time.sleep(5)
string = self.ser.read_until(b"u")
outCommand = F"u{string}u\n"
outCommand = F"{command}\n"
self.arduino.write(outCommand.encode())
time.sleep(0.1)
The note is not visible to the blocked user.