From df1e6fa6df480082bf10c70d0e8fb4e8261c1bb9 Mon Sep 17 00:00:00 2001 From: Tom Clement Date: Sat, 3 Jan 2015 02:31:59 +0100 Subject: [PATCH] Implemented functionality to write to sector 0 on UID changeable MIFARE cards, using Chinese 'magic sequence' commands. --- examples/ChangeUID/ChangeUID.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/ChangeUID/ChangeUID.ino b/examples/ChangeUID/ChangeUID.ino index 13ebdb7..75f126d 100644 --- a/examples/ChangeUID/ChangeUID.ino +++ b/examples/ChangeUID/ChangeUID.ino @@ -10,8 +10,7 @@ * * Released into the public domain. * - * This sample shows how to setup a block on a MIFARE Classic PICC to be in "Value Block" mode. - * In Value Block mode the operations Increment/Decrement/Restore and Transfer can be used. + * This sample shows how to set the UID on a UID changeable MIFARE card. * ----------------------------------------------------------------------------- empty_skull