From 974ba9a205c5a46dfe213e3493794293ff502945 Mon Sep 17 00:00:00 2001 From: "edouard@lafargue.name" Date: Thu, 9 Apr 2009 21:57:22 +0000 Subject: [PATCH] Fixed a typo in command.cpp, moved Changelog to CHANGES.TXT for better coherence. --- Changelog | 4 ---- doc/CHANGES.TXT | 13 +++++++++++++ winsrc/command.cpp | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 Changelog diff --git a/Changelog b/Changelog deleted file mode 100644 index 3bfe5a9a..00000000 --- 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 - diff --git a/doc/CHANGES.TXT b/doc/CHANGES.TXT index b209cc03..f927c6a2 100644 --- a/doc/CHANGES.TXT +++ b/doc/CHANGES.TXT @@ -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 ## ################ diff --git a/winsrc/command.cpp b/winsrc/command.cpp index 43a8e2ac..62614242 100644 --- a/winsrc/command.cpp +++ b/winsrc/command.cpp @@ -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..."); -- 2.39.2