From: iceman1001 Date: Tue, 5 Apr 2016 02:47:42 +0000 (+0200) Subject: CHG: old code calls outdated command. Even if it works in my fork, it doesnt work... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d40d64ef0d451b183b2850fb01f0f5cd691cd76f?ds=sidebyside;hp=12b998cbd883d557dcad7a10174be6634f2fb89c CHG: old code calls outdated command. Even if it works in my fork, it doesnt work in PM3 master. --- diff --git a/client/snooper.c b/client/snooper.c index 30d39de6..2fed3fd8 100644 --- a/client/snooper.c +++ b/client/snooper.c @@ -37,7 +37,7 @@ int main() ReceiveCommandPoll(&cmdbuf); } HANDLE_ERROR; - CommandReceived("hf 14a list"); + CommandReceived("hf list 14a"); HANDLE_ERROR; } }