From d40d64ef0d451b183b2850fb01f0f5cd691cd76f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 Apr 2016 04:47:42 +0200 Subject: [PATCH] CHG: old code calls outdated command. Even if it works in my fork, it doesnt work in PM3 master. --- client/snooper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2