Make "Fake Acknowledge" button really fake an ok
So far it only set the clear_to_send flag, now it actually does everything else a read ok would do.
This commit is contained in:
parent
542ccb5421
commit
6e01a361c5
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ class MachineCom(object):
|
|||
self._tempOffsets.update(offsets)
|
||||
|
||||
def fakeOk(self):
|
||||
self._clear_to_send.set()
|
||||
self._handle_ok()
|
||||
|
||||
def sendCommand(self, cmd, cmd_type=None, processed=False, force=False):
|
||||
cmd = to_unicode(cmd, errors="replace")
|
||||
|
|
|
|||
Loading…
Reference in a new issue