Skip to content

Commit

Permalink
ENH: Use FIRM rather than HELP for awake check as HELP sometimes does…
Browse files Browse the repository at this point in the history
…n't finish sending
  • Loading branch information
todd committed Jun 27, 2024
1 parent fec68d1 commit f514f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy_bbtk/tpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def unlockMode(self):
def isAwake(self):
self.setMode(0)
# call help and get response
self.sendMessage("HELP")
self.sendMessage("FIRM")
resp = self.awaitResponse(multiline=True)
# set to mode 3
self.setMode(3)
Expand Down

0 comments on commit f514f07

Please sign in to comment.