Removed useless input from buttonreader.py

master
Sebastian Lohff 9 年前
父节点 3be71f4b80
当前提交 8120b51d01

@ -47,9 +47,6 @@ class BaseInput(QtCore.QThread):
#print("player %d can answer now" % playerNo)
pass
class SerialThread(QtCore.QThread):
dataReady = QtCore.Signal(str)
class SerialInput(BaseInput):
def __init__(self, app, device, baudrate=9600, bytesize=8, parity='N', stopbits=1):
super(SerialInput, self).__init__(app)

正在加载...
取消
保存