phone.py: do not change state to WAIT_RST after responding to file select command

This commit is contained in:
Christina Quast 2015-04-03 11:46:34 +02:00
parent cce4b0959c
commit 97922ba1d0
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ def send_response(dev, cmd):
0x83, 0x8A]
SW = [0x90, 0x00]
resp = [cmd[INS]] + data + SW # Respond with INS byte
#resp = SW # Respond with INS byte
state = WAIT_RST
#state = WAIT_RST
else:
print("Unknown cmd")
resp = [0x60, 0x00]