]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
shorten em4x05 capture samples
[proxmark3-svn] / client / cmdlfem4x.c
index e0c415bb30abaca040c6b97eca274f46053f063e..6208e63caaca604ed0d5882af69d279f52586481 100644 (file)
@@ -823,8 +823,9 @@ void printEM4x05info(uint8_t chipType, uint8_t cap, uint16_t custCode, uint32_t
 
        switch (cap) {
                case 3: PrintAndLog(" Cap Type:   %u | 330pF",cap); break;
-               case 2: PrintAndLog(" Cap Type:   %u | 210pF",cap); break;
+               case 2: PrintAndLog(" Cap Type:   %u | %spF",cap, (chipType==2)? "75":"210"); break;
                case 1: PrintAndLog(" Cap Type:   %u | 250pF",cap); break;
+               case 0: PrintAndLog(" Cap Type:   %u | no resonant capacitor",cap); break;
                default: PrintAndLog(" Cap Type:   %u | unknown",cap); break;
        }
 
Impressum, Datenschutz