]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
CHG; the devil is in the details
[proxmark3-svn] / armsrc / appmain.c
index d50ef640e593c60bb70f730c796b3df9620984d5..549feff0bb25e82ee230d0163b65d9bba29bb97b 100644 (file)
@@ -238,8 +238,6 @@ void MeasureAntennaTuning(void) {
 
        cmd_send(CMD_MEASURED_ANTENNA_TUNING, vLf125 | (vLf134 << 16), vHf, peakf | (peakv << 16), LF_Results, 256);
        FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
-
-       BigBuf_free(); BigBuf_Clear_ext(false);
        LEDsoff();
 }
 
@@ -1066,6 +1064,10 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_READER_LEGIC_RF:
                        LegicRfReader(c->arg[0], c->arg[1], c->arg[2]);
                        break;
+                       
+               case CMD_LEGIC_INFO:
+                       LegicRfInfo();
+                       break;
 #endif
 
 #ifdef WITH_ISO14443b
Impressum, Datenschutz