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:
Gina Häußge 2016-03-11 16:35:15 +01:00
parent 542ccb5421
commit 6e01a361c5

View file

@ -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")