]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Added more informations at command hw version. Now we can get some informations of...
[proxmark3-svn] / armsrc / appmain.c
index 4477a12025d043df0e5969af81a867ab3adca182..b5a85deba690cef7d98e0a4629a16b4d163f218b 100644 (file)
@@ -356,6 +356,8 @@ void SendVersion(void)
 
        FpgaGatherVersion(temp, sizeof(temp));
        DbpString(temp);
+       // Send Chip ID
+       cmd_send(CMD_ACK,*(AT91C_DBGU_CIDR),0,0,NULL,0);
 }
 
 #ifdef WITH_LF
Impressum, Datenschutz