]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/command.cpp
Trace from TI 23mm glass tag.
[proxmark3-svn] / winsrc / command.cpp
index 14974528ddc179b8db160f3beffacf74c8b3d2a0..c7c4a75fb5e93212f6c40776f8978804ecf8564c 100644 (file)
@@ -2633,7 +2633,7 @@ static struct {
        {"norm",                                CmdNorm,1,              "    Normalize max/min to +/-500"},\r
        {"plot",                                CmdPlot,1,              "    Show graph window"},\r
        {"quit",                                CmdQuit,1,                      "    Quit program"},\r
-       {"readmem",                     CmdReadmem,0,                   "    [address] Read memory at decimal address from flash"},\r
+       {"readmem",                     CmdReadmem,0,                   "    [address] -- Read memory at decimal address from flash"},\r
        {"reset",                       CmdReset,0,                     "    Reset the Proxmark3"},\r
        {"save",                                CmdSave,1,              "<filename> -- Save trace (from graph window)"},\r
        {"scale",                       CmdScale,1,             "<int> -- Set cursor display scale"},\r
@@ -2749,10 +2749,12 @@ void UsbCommandReceived(UsbCommand *c)
                        vHf = c->ext2 & 0xffff;;\r
                        peakf = c->ext3 & 0xffff;\r
                        peakv = c->ext3 >> 16;\r
-                       PrintToScrollback("# LF antenna: %.2f V @ 125.00Khz", vLf125/1000.0);\r
-                       PrintToScrollback("# LF antenna: %.2f V @ 134.00Khz", vLf134/1000.0);\r
-                       PrintToScrollback("# LF optimal: %.2f V @ %.2fKHz", peakv/1000.0, 12000.0/(peakf+1));\r
-                       PrintToScrollback("# HF antenna: %.2f V @  13.56Mhz", vHf/1000.0);\r
+                       PrintToScrollback("");\r
+                       PrintToScrollback("");\r
+                       PrintToScrollback("# LF antenna: %5.2f V @   125.00 kHz", vLf125/1000.0);\r
+                       PrintToScrollback("# LF antenna: %5.2f V @   134.00 kHz", vLf134/1000.0);\r
+                       PrintToScrollback("# LF optimal: %5.2f V @%9.2f kHz", peakv/1000.0, 12000.0/(peakf+1));\r
+                       PrintToScrollback("# HF antenna: %5.2f V @    13.56 MHz", vHf/1000.0);\r
                        if (peakv<2000)\r
                                PrintToScrollback("# Your LF antenna is unusable."); \r
                        else if (peakv<10000)\r
Impressum, Datenschutz