fix comment
This commit is contained in:
parent
0d1679c723
commit
f42cd98bec
|
@ -154,9 +154,7 @@ class SerComm:
|
|||
s = self.get_or_to()
|
||||
if s != "RAMPING":
|
||||
raise Exception(f"DAC reported an error: {s}")
|
||||
"""TODO:
|
||||
two timeouts? one for the time, and another every 200msec
|
||||
"""
|
||||
# Todo: two timesouts?
|
||||
GLib.timeout_add(200, self.RAMP_callback, None)
|
||||
|
||||
def refresh(self, _):
|
||||
|
|
Reference in New Issue