We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5bfe5 commit 253c5eeCopy full SHA for 253c5ee
src/ppk2_api/ppk2_api.py
@@ -472,7 +472,7 @@ def start_measuring(self):
472
473
def stop_measuring(self):
474
PPK2_API.stop_measuring(self)
475
- PPK2_MP.get_data(self) # flush the serial buffer (to prevent unicode error on next command)
+ self.get_data() # flush the serial buffer (to prevent unicode error on next command)
476
self._quit_evt.set()
477
if self._fetcher is not None:
478
self._fetcher.join() # join() will block if the queue isn't empty
0 commit comments