From edc9ce00b320b867d5eaab1ad6e4473128ab295e Mon Sep 17 00:00:00 2001 From: etmatrix Date: Tue, 3 Nov 2015 07:15:56 +0100 Subject: [PATCH] - Little change to description in client - Added description to CHANGELOG.md --- CHANGELOG.md | 1 + client/cmdhf.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a489c981..6eb9a400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added 'hw status'. This command makes the ARM print out some runtime information. (holiman) - Added 'hw ping'. This command just sends a usb packets and checks if the pm3 is responsive. Can be used to abort certain operations which supports abort over usb. (holiman) - Added `data hex2bin` and `data bin2hex` for command line conversion between binary and hexadecimal (holiman) +- Added 'hf snoop'. This command take digitalized signal from FPGA and put in BigBuffer. (pwpiwi + enio) ### Changed - changed `lf config t ` to be 0 - 128 and will trigger on + or - threshold value (marshmellow) diff --git a/client/cmdhf.c b/client/cmdhf.c index 34bdc24f..b1e67005 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -598,7 +598,7 @@ static command_t CommandTable[] = {"tune", CmdHFTune, 0, "Continuously measure HF antenna tuning"}, {"list", CmdHFList, 1, "List protocol data in trace buffer"}, {"search", CmdHFSearch, 1, "Search for known HF tags [preliminary]"}, - {"snoop", CmdHFSnoop, 0, " Generic LF/HF Snoop in Testing stage"}, + {"snoop", CmdHFSnoop, 0, " Generic HF Snoop"}, {NULL, NULL, 0, NULL} }; -- 2.39.2