]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
prettify tune output
authoradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 13 Jul 2009 12:46:07 +0000 (12:46 +0000)
committeradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 13 Jul 2009 12:46:07 +0000 (12:46 +0000)
winsrc/command.cpp

index fa5832630403eccecf1a02d57f43a73762e78e0e..c7c4a75fb5e93212f6c40776f8978804ecf8564c 100644 (file)
@@ -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