nfc-anticol now works even after running another program that change the modulation (Fixes Issue 111) (Thanks to Phil for help).

This commit is contained in:
Romuald Conty 2010-09-23 16:03:05 +00:00
parent 868919107a
commit ccfd24a682
4 changed files with 37 additions and 2 deletions

View file

@ -162,6 +162,8 @@ typedef enum {
NDO_AUTO_ISO14443_4 = 0x40,
/** Use automatic frames encapsulation and chaining. */
NDO_EASY_FRAMING = 0x41,
/** Force the chip to switch in ISO14443-A */
NDO_FORCE_ISO14443_A = 0x42,
} nfc_device_option_t;
////////////////////////////////////////////////////////////////////