Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sensortag/sensortag_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def calcTmpTarget(objT, ambT):
print "Preparing to connect. You might need to press the side button..."
tool.sendline('connect')
# test for success of connect
tool.expect('\[CON\].*>')
tool.expect('Connection successful')
tool.sendline('char-write-cmd 0x29 01')
tool.expect('\[LE\]>')
while True:
Expand Down