]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed a typo in command.cpp, moved Changelog to CHANGES.TXT for better coherence.
authoredouard@lafargue.name <edouard@lafargue.name@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 9 Apr 2009 21:57:22 +0000 (21:57 +0000)
committeredouard@lafargue.name <edouard@lafargue.name@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 9 Apr 2009 21:57:22 +0000 (21:57 +0000)
Changelog [deleted file]
doc/CHANGES.TXT
winsrc/command.cpp

diff --git a/Changelog b/Changelog
deleted file mode 100644 (file)
index 3bfe5a9..0000000
--- a/Changelog
+++ /dev/null
@@ -1,4 +0,0 @@
-2009-04-09 : Initial SVN commit plus:
-       - Added indala demodulation algorithm - full documentation on https://www.lafargue.name/proxmark3/
-       - losim should also be able to simulate an indala tag after indalademod
-
index b209cc03ed5a11f30412c0c94ef05bb97875ead7..f927c6a2ee65212c48a163d8d995413c69a5731c 100644 (file)
@@ -1,3 +1,16 @@
+################
+## 2009/04/09 ##
+################
+
+Initial SVN commit plus:
+        - Added indala demodulation algorithm - full documentation on https://www.lafargue.name/proxmark3/
+        - losim should also be able to simulate an indala tag after indalademod
+       - offline mode for the proxmark3 CLI: if no Proxmark is detected, it will
+         still go on, but all commands requiring USB will fail (obviously).
+         A proper implementation would require only enabling offline commands
+         in this mode.
+
+
 ################
 ## 2009/03/28 ##
 ################
index 43a8e2ac925509d41d2f70490c014fe933ddc317..62614242cea759c1fe85482d0879656c04a29230 100644 (file)
@@ -1655,7 +1655,7 @@ static void Cmdmanchesterdemod(char *str) {
                } else if ((BitStream[bitidx2] == 1) && (BitStream[bitidx2+1] == 0)) {
                        BitStream2[bitidx2/2] = 0;
                } else {
-                       // We cannot end up in this stage, this means we are unsynchronized,
+                       // We cannot end up in this state, this means we are unsynchronized,
                        // move up 1 bit:
                        bitidx2++;
                        PrintToScrollback("Unsynchronized, resync...");
Impressum, Datenschutz