phone.py: do not change state to WAIT_RST after responding to file select command
diff --git a/usb_application/phone.py b/usb_application/phone.py
index 178733e..a771747 100755
--- a/usb_application/phone.py
+++ b/usb_application/phone.py
@@ -133,8 +133,7 @@
                     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]