We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b424418 commit a3b3cf3Copy full SHA for a3b3cf3
ledgerblue/comm.py
@@ -179,15 +179,6 @@ def close(self):
179
pass
180
self.opened = False
181
182
-from nfc.tag.tt4 import Type4TagCommandError
183
-
184
-NFC_CLA = 0x00
185
-NFC_INS_WRITE = 0x5e
186
-NFC_INS_READ = 0x5f
187
-NFC_P1 = 0x00
188
-NFC_P2 = 0x00
189
190
-DEBUG_NFC_APDU = False
191
192
class DongleNFC(Dongle, DongleWait):
193
def __init__(self, debug = False):
0 commit comments