add find device instead of select

This commit is contained in:
merlokk
2019-08-23 11:59:12 +08:00
committed by Conor Patrick
parent 6cac212a05
commit dfa407ae2f
+1 -1
View File
@@ -180,7 +180,7 @@ class TestDevice:
if self.is_nfc:
if self.send_nfc_reboot():
TestDevice.delay(0.5)
self.dev._select()
self.find_device(self.nfc_interface_only)
return
print("Please reboot authenticator and hit enter")